#A2871F

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

Shades of Hacienda #A2871F

Tints of Hacienda #A2871F

Color information

#A2871F (or 0xA2871F) is unknown color: approx Hacienda. HEX triplet: A2, 87 and 1F. RGB value is (162,135,31). Sum of RGB (Red+Green+Blue) = 162+135+31=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A2871F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2871F is #5D78E0. Grayscale: #838383. Windows color (decimal): -6125793 or 2066338. OLE color: 2066338.

HSL color Cylindrical-coordinate representation of color #A2871F: hue angle of 47.63º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2871F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16213531-
CMYK00.170.810.36
HSL47.63º67.88%37.84%-
HSV(B)47.63º80.86%63.53%-
XYZ23.8125.114.89-
YUV131.2271.45149.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=49.39%
G=41.16%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621353100.170.810.3647.6367.8837.84
HexA2871F0115124304426
Octal24220737021121446010446
Binary10100010100001111111101000110100011001001100001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2871F; }

 p { color: rgb(162,135,31); }

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

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

 a { background-color: rgb(162,135,31); }

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

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

 span { border-color: rgb(162,135,31); }

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