#A07F2C

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

Shades of Hacienda #A07F2C

Tints of Hacienda #A07F2C

Color information

#A07F2C (or 0xA07F2C) is unknown color: approx Hacienda. HEX triplet: A0, 7F and 2C. RGB value is (160,127,44). Sum of RGB (Red+Green+Blue) = 160+127+44=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F2C is #5F80D3. Grayscale: #7F7F7F. Windows color (decimal): -6258900 or 2916256. OLE color: 2916256.

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

Color convert

RGB16012744-
CMYK00.210.720.37
HSL42.93º56.86%40%-
HSV(B)42.93º72.5%62.75%-
XYZ22.5422.835.6-
YUV127.480.93151.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 44 (17.58% from 255) = 13.29%
R=48.34%
G=38.37%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601274400.210.720.3742.9356.8640
HexA07F2C01548252b3928
Octal2401775402511045537150
Binary1010000011111111011000101011001000100101101011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F2C; }

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

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

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

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

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

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

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

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