Color Hex Logo

#a87227 Color Hex

#A87227
(168,114,39)
0 Favorites   0 Comments

Color spaces of #a87227

RGB 16811439
HSL0.100.620.41
HSV35°77°66°
CMYK 0.000.320.77   0.34
XYZ22.532020.50594.6899
Yxy20.50590.47210.4296
Hunter Lab45.28349.571525.5579
CIE-Lab52.404414.603347.8312

#a87227 color RGB value is (168,114,39).

#a87227 hex color red value is 168, green value is 114 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a87227 hue: 0.10 , saturation: 0.62 and the lightness value of a87227 is 0.41.

The process color (four color CMYK) of #a87227 color hex is 0.00, 0.32, 0.77, 0.34. Web safe color of #a87227 is #996633. Color #a87227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 00100111
Octal 250 162 47
Decimal 168 114 39
Hex A8 72 27

RGB Percentages of Color #a87227

%52.34
%35.51
%12.15

CMYK Percentages of Color #a87227

%0
%32
%77
%34

Triadic Colors of #a87227

#a87227 #27a872 #7227a8

Analogous Colors of #a87227

#a87227 #9ea827 #a83227

Monochromatic Colors of #a87227

#a87227

Complementary Color

#a87227 #275da8

#a87227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87227 Color CSS Codes

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

#a87227 Text Font Color

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

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


#a87227 Background Color

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

This div background color is #a87227


#a87227 Border Color

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

This div border color is #a87227


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,114,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a87227; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a87227;
  -webkit-box-shadow: 1px 1px 3px 2px #a87227;
  box-shadow:         1px 1px 3px 2px #a87227; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,114,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87227


Comments

No comments written yet.

Please login to write comment.