Shades of Hacienda #A28A10
Tints of Hacienda #A28A10
RGB
CMYK
RGB Variations
Color information
#A28A10 (or 0xA28A10) is known color: Hacienda. HEX triplet: A2, 8A and 10. RGB value is (162,138,16). Sum of RGB (Red+Green+Blue) = 162+138+16=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28A10 is #5D75EF. Grayscale: #838383. Windows color (decimal): -6125040 or 1084066. OLE color: 1084066.
HSL color Cylindrical-coordinate representation of color #A28A10: hue angle of 50.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28A10 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 16 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.36 |
| HSL | 50.14º | 0.82% | 0.35% | - |
| HSV(B) | 50.14º | 0.9% | 0.64% | - |
| XYZ | 24.08 | 25.9 | 4.22 | - |
| YUV | 131.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 16 | 0 | 0.15 | 0.90 | 0.36 | 50.14 | 0.82 | 0.35 |
| Hex | A2 | 8A | 10 | 0 | F | 5A | 24 | 32 | 52 | 23 |
| Octal | 242 | 212 | 20 | 0 | 17 | 132 | 44 | 62 | 122 | 43 |
| Binary | 10100010 | 10001010 | 10000 | 0 | 1111 | 1011010 | 100100 | 110010 | 1010010 | 100011 |
Color Harmonies of #A28A10
Complementary color
Monochromatic Colors of #A28A10
Black with #A28A10
Text Example
Text Example
White with #A28A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A10; }
p { color: rgb(162,138,16); }
H1.HeaderClassName
{
color: #A28A10;
}
.AnyTagClassName
{
color: #A28A10;
}
</style>
background-color css
<style>
a { background-color: #A28A10; }
a { background-color: rgb(162,138,16); }
div.DivClassName
{
background-color: #A28A10;
}
.BgClassName
{
background-color: #A28A10;
}
</style>
border-color css
<style>
span { border-color: #A28A10; }
span { border-color: rgb(162,138,16); }
td.TdClassName
{
border-color: #A28A10;
}
.TagClassName
{
border-color: #A28A10;
}
</style>