#A07A0F

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

Shades of Hacienda #A07A0F

Tints of Hacienda #A07A0F

Color information

#A07A0F (or 0xA07A0F) is unknown color: approx Hacienda. HEX triplet: A0, 7A and 0F. RGB value is (160,122,15). Sum of RGB (Red+Green+Blue) = 160+122+15=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A0F is #5F85F0. Grayscale: #797979. Windows color (decimal): -6260209 or 1014432. OLE color: 1014432.

HSL color Cylindrical-coordinate representation of color #A07A0F: hue angle of 44.28º 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 #A07A0F is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB16012215-
CMYK00.240.910.37
HSL44.28º82.86%34.31%-
HSV(B)44.28º90.62%62.75%-
XYZ21.5421.433.45-
YUV121.1668.09155.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 15 (6.25% from 255) = 5.05%
R=53.87%
G=41.08%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601221500.240.910.3744.2882.8634.31
HexA07AF0185B252c5322
Octal24017217030133455412342
Binary101000001111010111101100010110111001011011001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A0F; }

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

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

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

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

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

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

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

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