Shades of Hacienda #A28A28
Tints of Hacienda #A28A28
RGB
CMYK
RGB Variations
Color information
#A28A28 (or 0xA28A28) is known color: Hacienda. HEX triplet: A2, 8A and 28. RGB value is (162,138,40). Sum of RGB (Red+Green+Blue) = 162+138+40=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A28 is #5D75D7. Grayscale: #868686. Windows color (decimal): -6125016 or 2656930. OLE color: 2656930.
HSL color Cylindrical-coordinate representation of color #A28A28: hue angle of 48.2º 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 #A28A28 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 40 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.36 |
| HSL | 48.2º | 0.6% | 0.4% | - |
| HSV(B) | 48.2º | 0.75% | 0.64% | - |
| XYZ | 24.37 | 26.01 | 5.74 | - |
| YUV | 134 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 40 | 0 | 0.15 | 0.75 | 0.36 | 48.2 | 0.6 | 0.4 |
| Hex | A2 | 8A | 28 | 0 | F | 4B | 24 | 30 | 3C | 28 |
| Octal | 242 | 212 | 50 | 0 | 17 | 113 | 44 | 60 | 74 | 50 |
| Binary | 10100010 | 10001010 | 101000 | 0 | 1111 | 1001011 | 100100 | 110000 | 111100 | 101000 |
Color Harmonies of #A28A28
Complementary color
Monochromatic Colors of #A28A28
Black with #A28A28
Text Example
Text Example
White with #A28A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A28; }
p { color: rgb(162,138,40); }
H1.HeaderClassName
{
color: #A28A28;
}
.AnyTagClassName
{
color: #A28A28;
}
</style>
background-color css
<style>
a { background-color: #A28A28; }
a { background-color: rgb(162,138,40); }
div.DivClassName
{
background-color: #A28A28;
}
.BgClassName
{
background-color: #A28A28;
}
</style>
border-color css
<style>
span { border-color: #A28A28; }
span { border-color: rgb(162,138,40); }
td.TdClassName
{
border-color: #A28A28;
}
.TagClassName
{
border-color: #A28A28;
}
</style>