#A0790E

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

Shades of Hacienda #A0790E

Tints of Hacienda #A0790E

Color information

#A0790E (or 0xA0790E) is unknown color: approx Hacienda. HEX triplet: A0, 79 and 0E. RGB value is (160,121,14). Sum of RGB (Red+Green+Blue) = 160+121+14=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0790E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0790E is #5F86F1. Grayscale: #787878. Windows color (decimal): -6260466 or 948640. OLE color: 948640.

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

Color convert

RGB16012114-
CMYK00.240.910.37
HSL43.97º83.91%34.12%-
HSV(B)43.97º91.25%62.75%-
XYZ21.4121.183.37-
YUV120.4667.92156.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=54.24%
G=41.02%
B=4.75%

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
Decimal1601211400.240.910.3743.9783.9134.12
HexA079E0185B252c5422
Octal24017116030133455412442
Binary101000001111001111001100010110111001011011001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0790E; }

 p { color: rgb(160,121,14); }

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

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

 a { background-color: rgb(160,121,14); }

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

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

 span { border-color: rgb(160,121,14); }

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