#A18A0F

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

Shades of Hacienda #A18A0F

Tints of Hacienda #A18A0F

Color information

#A18A0F (or 0xA18A0F) is unknown color: approx Hacienda. HEX triplet: A1, 8A and 0F. RGB value is (161,138,15). Sum of RGB (Red+Green+Blue) = 161+138+15=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A0F is #5E75F0. Grayscale: #838383. Windows color (decimal): -6190577 or 1018529. OLE color: 1018529.

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

Color convert

RGB16113815-
CMYK00.140.910.37
HSL50.55º82.95%34.51%-
HSV(B)50.55º90.68%63.14%-
XYZ23.8725.794.17-
YUV130.8562.62149.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=51.27%
G=43.95%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611381500.140.910.3750.5582.9534.51
HexA18AF0E5B25335323
Octal24121217016133456312343
Binary101000011000101011110111010110111001011100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A0F; }

 p { color: rgb(161,138,15); }

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

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

 a { background-color: rgb(161,138,15); }

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

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

 span { border-color: rgb(161,138,15); }

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