#a87f23

Color #A87F23 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A87F23

Tints of Hacienda #A87F23

Color information

#A87F23 (or 0xA87F23) is unknown color: approx Hacienda. HEX triplet: A8, 7F and 23. RGB value is (168,127,35). Sum of RGB (Red+Green+Blue) = 168+127+35=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F23 is #5780DC. Grayscale: #818181. Windows color (decimal): -5734621 or 2326440. OLE color: 2326440.

HSL color Cylindrical-coordinate representation of color #A87F23: hue angle of 41.5º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A87F23 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16812735-
CMYK00.240.790.34
HSL41.5º65.52%39.8%-
HSV(B)41.5º79.17%65.88%-
XYZ24.0423.624.88-
YUV128.7775.08155.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 35 (14.06% from 255) = 10.61%
R=50.91%
G=38.48%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681273500.240.790.3441.565.5239.8
HexA87F230184F222a4228
Octal25017743030117425210250
Binary10101000111111110001101100010011111000101010101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a87f23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a87f23; }

 p { color: rgb(168,127,35); }

 H1.HeaderClassName
 {
   color: #a87f23;
 }
 .AnyTagClassName
 {
   color: #a87f23;
 }
</style>
background-color css

<style>
 a { background-color: #a87f23; }

 a { background-color: rgb(168,127,35); }

 div.DivClassName
 {
   background-color: #a87f23;
 }
 .BgClassName
 {
   background-color: #a87f23;
 }
</style>
border-color css

<style>
 span { border-color: #a87f23; }

 span { border-color: rgb(168,127,35); }

 td.TdClassName
 {
   border-color: #a87f23;
 }
 .TagClassName
 {
   border-color: #a87f23;
 }
</style>