#A18212

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

Shades of Hacienda #A18212

Tints of Hacienda #A18212

Color information

#A18212 (or 0xA18212) is unknown color: approx Hacienda. HEX triplet: A1, 82 and 12. RGB value is (161,130,18). Sum of RGB (Red+Green+Blue) = 161+130+18=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18212 is #5E7DED. Grayscale: #7E7E7E. Windows color (decimal): -6192622 or 1213089. OLE color: 1213089.

HSL color Cylindrical-coordinate representation of color #A18212: hue angle of 46.99º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A18212 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB16113018-
CMYK00.190.890.37
HSL46.99º79.89%35.1%-
HSV(B)46.99º88.82%63.14%-
XYZ22.7923.593.92-
YUV126.566.77152.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=52.10%
G=42.07%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611301800.190.890.3746.9979.8935.1
HexA1821201359252f5023
Octal24120222023131455712043
Binary10100001100000101001001001110110011001011011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18212; }

 p { color: rgb(161,130,18); }

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

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

 a { background-color: rgb(161,130,18); }

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

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

 span { border-color: rgb(161,130,18); }

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