#A07F1E

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

Shades of Hacienda #A07F1E

Tints of Hacienda #A07F1E

Color information

#A07F1E (or 0xA07F1E) is unknown color: approx Hacienda. HEX triplet: A0, 7F and 1E. RGB value is (160,127,30). Sum of RGB (Red+Green+Blue) = 160+127+30=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F1E is #5F80E1. Grayscale: #7E7E7E. Windows color (decimal): -6258914 or 1998752. OLE color: 1998752.

HSL color Cylindrical-coordinate representation of color #A07F1E: hue angle of 44.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A07F1E is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16012730-
CMYK00.210.810.37
HSL44.77º68.42%37.25%-
HSV(B)44.77º81.25%62.75%-
XYZ22.3222.754.44-
YUV125.8173.93152.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 127 (50% from 255) = 40.06%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=50.47%
G=40.06%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601273000.210.810.3744.7768.4237.25
HexA07F1E01551252d4425
Octal24017736025121455510445
Binary1010000011111111111001010110100011001011011011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F1E; }

 p { color: rgb(160,127,30); }

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

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

 a { background-color: rgb(160,127,30); }

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

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

 span { border-color: rgb(160,127,30); }

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