#A47A16

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

Shades of Hacienda #A47A16

Tints of Hacienda #A47A16

Color information

#A47A16 (or 0xA47A16) is unknown color: approx Hacienda. HEX triplet: A4, 7A and 16. RGB value is (164,122,22). Sum of RGB (Red+Green+Blue) = 164+122+22=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A16 is #5B85E9. Grayscale: #7B7B7B. Windows color (decimal): -5998058 or 1473188. OLE color: 1473188.

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

Color convert

RGB16412222-
CMYK00.260.870.36
HSL42.25º76.34%36.47%-
HSV(B)42.25º86.59%64.31%-
XYZ22.4121.873.8-
YUV123.1670.91157.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=53.25%
G=39.61%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641222200.260.870.3642.2576.3436.47
HexA47A1601A57242a4c24
Octal24417226032127445211444
Binary1010010011110101011001101010101111001001010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A16; }

 p { color: rgb(164,122,22); }

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

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

 a { background-color: rgb(164,122,22); }

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

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

 span { border-color: rgb(164,122,22); }

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