#A07C0F

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

Shades of Hacienda #A07C0F

Tints of Hacienda #A07C0F

Color information

#A07C0F (or 0xA07C0F) is unknown color: approx Hacienda. HEX triplet: A0, 7C and 0F. RGB value is (160,124,15). Sum of RGB (Red+Green+Blue) = 160+124+15=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C0F is #5F83F0. Grayscale: #7A7A7A. Windows color (decimal): -6259697 or 1014944. OLE color: 1014944.

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

Color convert

RGB16012415-
CMYK00.220.910.37
HSL45.1º82.86%34.31%-
HSV(B)45.1º90.62%62.75%-
XYZ21.7921.923.54-
YUV122.3467.43154.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 15 (6.25% from 255) = 5.02%
R=53.51%
G=41.47%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601241500.220.910.3745.182.8634.31
HexA07CF0165B252d5322
Octal24017417026133455512342
Binary101000001111100111101011010110111001011011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C0F; }

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

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

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

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

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

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

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

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