Color Hex Logo

#a87230 Color Hex

#A87230
(168,114,48)
0 Favorites   0 Comments

Color spaces of #a87230

RGB 16811448
HSL0.090.560.42
HSV33°71°66°
CMYK 0.000.320.71   0.34
XYZ22.699320.57295.5709
Yxy20.57290.46470.4212
Hunter Lab45.35749.955824.4680
CIE-Lab52.478915.046543.8189

#a87230 color RGB value is (168,114,48).

#a87230 hex color red value is 168, green value is 114 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a87230 hue: 0.09 , saturation: 0.56 and the lightness value of a87230 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110010 00110000
Octal 250 162 60
Decimal 168 114 48
Hex A8 72 30

RGB Percentages of Color #a87230

%50.91
%34.55
%14.55

CMYK Percentages of Color #a87230

%0
%32
%71
%34

Triadic Colors of #a87230

#a87230 #30a872 #7230a8

Analogous Colors of #a87230

#a87230 #a2a830 #a83630

Monochromatic Colors of #a87230

#a87230

Complementary Color

#a87230 #3066a8

#a87230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87230 Color CSS Codes

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

#a87230 Text Font Color

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

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


#a87230 Background Color

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

This div background color is #a87230


#a87230 Border Color

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

This div border color is #a87230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87230


Comments

No comments written yet.

Please login to write comment.