#A18010

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

Shades of Hacienda #A18010

Tints of Hacienda #A18010

Color information

#A18010 (or 0xA18010) is unknown color: approx Hacienda. HEX triplet: A1, 80 and 10. RGB value is (161,128,16). Sum of RGB (Red+Green+Blue) = 161+128+16=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A18010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18010 is #5E7FEF. Grayscale: #7D7D7D. Windows color (decimal): -6193136 or 1081505. OLE color: 1081505.

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

Color convert

RGB16112816-
CMYK00.200.900.37
HSL46.34º81.92%34.71%-
HSV(B)46.34º90.06%63.14%-
XYZ22.5123.053.75-
YUV125.166.43153.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=52.79%
G=41.97%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611281600.200.900.3746.3481.9234.71
HexA180100145A252e5223
Octal24120020024132455612243
Binary10100001100000001000001010010110101001011011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18010; }

 p { color: rgb(161,128,16); }

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

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

 a { background-color: rgb(161,128,16); }

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

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

 span { border-color: rgb(161,128,16); }

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