Color Hex Logo

#a65338 Color Hex

#A65338
(166,83,56)
0 Favorites   0 Comments

Color spaces of #a65338

RGB 1668356
HSL0.040.500.44
HSV15°66°65°
CMYK 0.000.500.66   0.35
XYZ19.533014.57905.5259
Yxy14.57900.49280.3678
Hunter Lab38.182524.495918.1471
CIE-Lab45.052131.906631.2146

#a65338 color RGB value is (166,83,56).

#a65338 hex color red value is 166, green value is 83 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a65338 hue: 0.04 , saturation: 0.50 and the lightness value of a65338 is 0.44.

The process color (four color CMYK) of #a65338 color hex is 0.00, 0.50, 0.66, 0.35. Web safe color of #a65338 is #996633. Color #a65338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 00111000
Octal 246 123 70
Decimal 166 83 56
Hex A6 53 38

RGB Percentages of Color #a65338

%54.43
%27.21
%18.36

CMYK Percentages of Color #a65338

%0
%50
%66
%35

Triadic Colors of #a65338

#a65338 #38a653 #5338a6

Analogous Colors of #a65338

#a65338 #a68a38 #a63854

Monochromatic Colors of #a65338

#a65338

Complementary Color

#a65338 #388ba6

#a65338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65338 Color CSS Codes

.mybgcolor {background-color:#a65338; } 
.myforecolor {color:#a65338; }
.mybordercolor {border:3px solid #a65338; }

#a65338 Text Font Color

<p style="color:#a65338">Text here</p>

This sample text font color is #a65338
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a65338 Background Color

<div style="background-color:#a65338">
Div content here</div>

This div background color is #a65338


#a65338 Border Color

<div style="border:3px solid #a65338">
Div here</div>

This div border color is #a65338


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,83,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65338; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65338;
  -webkit-box-shadow: 1px 1px 3px 2px #a65338;
  box-shadow:         1px 1px 3px 2px #a65338; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,83,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a65338">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a65338;
  -webkit-box-shadow: 1px 1px 3px 2px #a65338;
  box-shadow:         1px 1px 3px 2px #a65338;">
Div content here</div>

This div box has shadow with color #a65338


Comments

No comments written yet.

Please login to write comment.