#A0840F

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

Shades of Hacienda #A0840F

Tints of Hacienda #A0840F

Color information

#A0840F (or 0xA0840F) is unknown color: approx Hacienda. HEX triplet: A0, 84 and 0F. RGB value is (160,132,15). Sum of RGB (Red+Green+Blue) = 160+132+15=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0840F is #5F7BF0. Grayscale: #7F7F7F. Windows color (decimal): -6257649 or 1016992. OLE color: 1016992.

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

Color convert

RGB16013215-
CMYK00.170.910.37
HSL48.41º82.86%34.31%-
HSV(B)48.41º90.62%62.75%-
XYZ22.8324.013.88-
YUV127.0364.78151.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 15 (6.25% from 255) = 4.89%
R=52.12%
G=43.00%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601321500.170.910.3748.4182.8634.31
HexA084F0115B25305322
Octal24020417021133456012342
Binary1010000010000100111101000110110111001011100001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0840F; }

 p { color: rgb(160,132,15); }

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

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

 a { background-color: rgb(160,132,15); }

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

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

 span { border-color: rgb(160,132,15); }

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