#A28310

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

Shades of Hacienda #A28310

Tints of Hacienda #A28310

Color information

#A28310 (or 0xA28310) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 10. RGB value is (162,131,16). Sum of RGB (Red+Green+Blue) = 162+131+16=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A28310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28310 is #5D7CEF. Grayscale: #7F7F7F. Windows color (decimal): -6126832 or 1082274. OLE color: 1082274.

HSL color Cylindrical-coordinate representation of color #A28310: hue angle of 47.26º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28310 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16213116-
CMYK00.190.900.36
HSL47.26º82.02%34.9%-
HSV(B)47.26º90.12%63.53%-
XYZ23.1123.953.9-
YUV127.1665.27152.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 16 (6.64% from 255) = 5.18%
R=52.43%
G=42.39%
B=5.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621311600.190.900.3647.2682.0234.9
HexA283100135A242f5223
Octal24220320023132445712243
Binary10100010100000111000001001110110101001001011111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28310; }

 p { color: rgb(162,131,16); }

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

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

 a { background-color: rgb(162,131,16); }

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

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

 span { border-color: rgb(162,131,16); }

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