#A27E28

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

Shades of Hacienda #A27E28

Tints of Hacienda #A27E28

Color information

#A27E28 (or 0xA27E28) is unknown color: approx Hacienda. HEX triplet: A2, 7E and 28. RGB value is (162,126,40). Sum of RGB (Red+Green+Blue) = 162+126+40=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27E28 is #5D81D7. Grayscale: #7F7F7F. Windows color (decimal): -6128088 or 2653858. OLE color: 2653858.

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

Color convert

RGB16212640-
CMYK00.220.750.36
HSL42.3º60.4%39.61%-
HSV(B)42.3º75.31%63.53%-
XYZ22.7422.765.2-
YUV126.9678.93152.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=49.39%
G=38.41%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621264000.220.750.3642.360.439.61
HexA27E280164B242a3c28
Octal2421765002611344527450
Binary1010001011111101010000101101001011100100101010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27E28; }

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

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

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

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

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

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

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

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