#A27A16

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

Shades of Hacienda #A27A16

Tints of Hacienda #A27A16

Color information

#A27A16 (or 0xA27A16) is unknown color: approx Hacienda. HEX triplet: A2, 7A and 16. RGB value is (162,122,22). Sum of RGB (Red+Green+Blue) = 162+122+22=306 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.94% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27A16 is #5D85E9. Grayscale: #7A7A7A. Windows color (decimal): -6129130 or 1473186. OLE color: 1473186.

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

Color convert

RGB16212222-
CMYK00.250.860.36
HSL42.86º76.09%36.08%-
HSV(B)42.86º86.42%63.53%-
XYZ2221.663.78-
YUV122.5671.25156.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.94%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=52.94%
G=39.87%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621222200.250.860.3642.8676.0936.08
HexA27A1601956242b4c24
Octal24217226031126445311444
Binary1010001011110101011001100110101101001001010111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27A16; }

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

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

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

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

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

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

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

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