#A47F12

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

Shades of Hacienda #A47F12

Tints of Hacienda #A47F12

Color information

#A47F12 (or 0xA47F12) is unknown color: approx Hacienda. HEX triplet: A4, 7F and 12. RGB value is (164,127,18). Sum of RGB (Red+Green+Blue) = 164+127+18=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47F12 is #5B80ED. Grayscale: #7E7E7E. Windows color (decimal): -5996782 or 1212324. OLE color: 1212324.

HSL color Cylindrical-coordinate representation of color #A47F12: hue angle of 44.79º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A47F12 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB16412718-
CMYK00.230.890.36
HSL44.79º80.22%35.69%-
HSV(B)44.79º89.02%64.31%-
XYZ23.0123.113.82-
YUV125.6467.26155.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.07%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 18 (7.42% from 255) = 5.83%
R=53.07%
G=41.10%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641271800.230.890.3644.7980.2235.69
HexA47F1201759242d5024
Octal24417722027131445512044
Binary1010010011111111001001011110110011001001011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F12; }

 p { color: rgb(164,127,18); }

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

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

 a { background-color: rgb(164,127,18); }

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

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

 span { border-color: rgb(164,127,18); }

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