#a07f31

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

Shades of Hacienda #A07F31

Tints of Hacienda #A07F31

Color information

#A07F31 (or 0xA07F31) is unknown color: approx Hacienda. HEX triplet: A0, 7F and 31. RGB value is (160,127,49). Sum of RGB (Red+Green+Blue) = 160+127+49=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F31 is #5F80CE. Grayscale: #808080. Windows color (decimal): -6258895 or 3243936. OLE color: 3243936.

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

Color convert

RGB16012749-
CMYK00.210.690.37
HSL42.16º53.11%40.98%-
HSV(B)42.16º69.38%62.75%-
XYZ22.6422.876.13-
YUV127.9783.43150.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 49 (19.53% from 255) = 14.58%
R=47.62%
G=37.80%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601274900.210.690.3742.1653.1140.98
HexA07F3101545252a3529
Octal2401776102510545526551
Binary1010000011111111100010101011000101100101101010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07f31; }

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

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

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

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

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

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

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

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