Shades of Hacienda #A28720
Tints of Hacienda #A28720
RGB
CMYK
RGB Variations
Color information
#A28720 (or 0xA28720) is known color: Hacienda. HEX triplet: A2, 87 and 20. RGB value is (162,135,32). Sum of RGB (Red+Green+Blue) = 162+135+32=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A28720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28720 is #5D78DF. Grayscale: #838383. Windows color (decimal): -6125792 or 2131874. OLE color: 2131874.
HSL color Cylindrical-coordinate representation of color #A28720: hue angle of 47.54º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A28720 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 135 | 32 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.36 |
| HSL | 47.54º | 0.67% | 0.38% | - |
| HSV(B) | 47.54º | 0.8% | 0.64% | - |
| XYZ | 23.82 | 25.11 | 4.96 | - |
| YUV | 131.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 135 | 32 | 0 | 0.17 | 0.80 | 0.36 | 47.54 | 0.67 | 0.38 |
| Hex | A2 | 87 | 20 | 0 | 11 | 50 | 24 | 30 | 43 | 26 |
| Octal | 242 | 207 | 40 | 0 | 21 | 120 | 44 | 60 | 103 | 46 |
| Binary | 10100010 | 10000111 | 100000 | 0 | 10001 | 1010000 | 100100 | 110000 | 1000011 | 100110 |
Color Harmonies of #A28720
Complementary color
Monochromatic Colors of #A28720
Black with #A28720
Text Example
Text Example
White with #A28720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28720; }
p { color: rgb(162,135,32); }
H1.HeaderClassName
{
color: #A28720;
}
.AnyTagClassName
{
color: #A28720;
}
</style>
background-color css
<style>
a { background-color: #A28720; }
a { background-color: rgb(162,135,32); }
div.DivClassName
{
background-color: #A28720;
}
.BgClassName
{
background-color: #A28720;
}
</style>
border-color css
<style>
span { border-color: #A28720; }
span { border-color: rgb(162,135,32); }
td.TdClassName
{
border-color: #A28720;
}
.TagClassName
{
border-color: #A28720;
}
</style>