Color Hex Logo

#a65228 Color Hex

#A65228
(166,82,40)
0 Favorites   0 Comments

Color spaces of #a65228

RGB 1668240
HSL0.060.610.40
HSV20°76°65°
CMYK 0.000.510.76   0.35
XYZ19.126214.29483.7586
Yxy14.29480.51440.3845
Hunter Lab37.808524.133120.5718
CIE-Lab44.652831.565039.4531

#a65228 color RGB value is (166,82,40).

#a65228 hex color red value is 166, green value is 82 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a65228 hue: 0.06 , saturation: 0.61 and the lightness value of a65228 is 0.40.

The process color (four color CMYK) of #a65228 color hex is 0.00, 0.51, 0.76, 0.35. Web safe color of #a65228 is #996633. Color #a65228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 00101000
Octal 246 122 50
Decimal 166 82 40
Hex A6 52 28

RGB Percentages of Color #a65228

%57.64
%28.47
%13.89

CMYK Percentages of Color #a65228

%0
%51
%76
%35

Triadic Colors of #a65228

#a65228 #28a652 #5228a6

Analogous Colors of #a65228

#a65228 #a69128 #a6283d

Monochromatic Colors of #a65228

#a65228

Complementary Color

#a65228 #287ca6

#a65228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65228 Color CSS Codes

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

#a65228 Text Font Color

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

This sample text font color is #a65228
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.


#a65228 Background Color

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

This div background color is #a65228


#a65228 Border Color

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

This div border color is #a65228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65228


Comments

No comments written yet.

Please login to write comment.