#a27e2c

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

Shades of Hacienda #A27E2C

Tints of Hacienda #A27E2C

Color information

#A27E2C (or 0xA27E2C) is unknown color: approx Hacienda. HEX triplet: A2, 7E and 2C. RGB value is (162,126,44). Sum of RGB (Red+Green+Blue) = 162+126+44=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E2C is #5D81D3. Grayscale: #7F7F7F. Windows color (decimal): -6128084 or 2916002. OLE color: 2916002.

HSL color Cylindrical-coordinate representation of color #A27E2C: hue angle of 41.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A27E2C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16212644-
CMYK00.220.730.36
HSL41.69º57.28%40.39%-
HSV(B)41.69º72.84%63.53%-
XYZ22.8222.785.58-
YUV127.4280.93152.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=48.80%
G=37.95%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621264400.220.730.3641.6957.2840.39
HexA27E2C01649242a3928
Octal2421765402611144527150
Binary1010001011111101011000101101001001100100101010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a27e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a27e2c; }

 p { color: rgb(162,126,44); }

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

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

 a { background-color: rgb(162,126,44); }

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

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

 span { border-color: rgb(162,126,44); }

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