#A07D0E

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

Shades of Hacienda #A07D0E

Tints of Hacienda #A07D0E

Color information

#A07D0E (or 0xA07D0E) is unknown color: approx Hacienda. HEX triplet: A0, 7D and 0E. RGB value is (160,125,14). Sum of RGB (Red+Green+Blue) = 160+125+14=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D0E is #5F82F1. Grayscale: #7B7B7B. Windows color (decimal): -6259442 or 949664. OLE color: 949664.

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

Color convert

RGB16012514-
CMYK00.220.910.37
HSL45.62º83.91%34.12%-
HSV(B)45.62º91.25%62.75%-
XYZ21.9122.173.54-
YUV122.8166.6154.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 125 (49.22% from 255) = 41.81%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=53.51%
G=41.81%
B=4.68%

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
Decimal1601251400.220.910.3745.6283.9134.12
HexA07DE0165B252e5422
Octal24017516026133455612442
Binary101000001111101111001011010110111001011011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07D0E; }

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

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

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

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

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

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

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

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