#A08116

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

Shades of Hacienda #A08116

Tints of Hacienda #A08116

Color information

#A08116 (or 0xA08116) is unknown color: approx Hacienda. HEX triplet: A0, 81 and 16. RGB value is (160,129,22). Sum of RGB (Red+Green+Blue) = 160+129+22=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A08116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08116 is #5F7EE9. Grayscale: #7E7E7E. Windows color (decimal): -6258410 or 1474976. OLE color: 1474976.

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

Color convert

RGB16012922-
CMYK00.190.860.37
HSL46.52º75.82%35.69%-
HSV(B)46.52º86.25%62.75%-
XYZ22.4923.234.06-
YUV126.0769.27152.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 22 (8.98% from 255) = 7.07%
R=51.45%
G=41.48%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601292200.190.860.3746.5275.8235.69
HexA0811601356252f4c24
Octal24020126023126455711444
Binary10100000100000011011001001110101101001011011111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08116; }

 p { color: rgb(160,129,22); }

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

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

 a { background-color: rgb(160,129,22); }

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

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

 span { border-color: rgb(160,129,22); }

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