Shades of Hacienda #A28B18
Tints of Hacienda #A28B18
RGB
CMYK
RGB Variations
Color information
#A28B18 (or 0xA28B18) is known color: Hacienda. HEX triplet: A2, 8B and 18. RGB value is (162,139,24). Sum of RGB (Red+Green+Blue) = 162+139+24=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28B18 is #5D74E7. Grayscale: #858585. Windows color (decimal): -6124776 or 1608610. OLE color: 1608610.
HSL color Cylindrical-coordinate representation of color #A28B18: hue angle of 50º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A28B18 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 24 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.36 |
| HSL | 50º | 0.74% | 0.36% | - |
| HSV(B) | 50º | 0.85% | 0.64% | - |
| XYZ | 24.3 | 26.21 | 4.64 | - |
| YUV | 132.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 24 | 0 | 0.14 | 0.85 | 0.36 | 50 | 0.74 | 0.36 |
| Hex | A2 | 8B | 18 | 0 | E | 55 | 24 | 32 | 4A | 24 |
| Octal | 242 | 213 | 30 | 0 | 16 | 125 | 44 | 62 | 112 | 44 |
| Binary | 10100010 | 10001011 | 11000 | 0 | 1110 | 1010101 | 100100 | 110010 | 1001010 | 100100 |
Color Harmonies of #A28B18
Complementary color
Monochromatic Colors of #A28B18
Black with #A28B18
Text Example
Text Example
White with #A28B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B18; }
p { color: rgb(162,139,24); }
H1.HeaderClassName
{
color: #A28B18;
}
.AnyTagClassName
{
color: #A28B18;
}
</style>
background-color css
<style>
a { background-color: #A28B18; }
a { background-color: rgb(162,139,24); }
div.DivClassName
{
background-color: #A28B18;
}
.BgClassName
{
background-color: #A28B18;
}
</style>
border-color css
<style>
span { border-color: #A28B18; }
span { border-color: rgb(162,139,24); }
td.TdClassName
{
border-color: #A28B18;
}
.TagClassName
{
border-color: #A28B18;
}
</style>