Shades of Hacienda #A28B1E
Tints of Hacienda #A28B1E
RGB
CMYK
RGB Variations
Color information
#A28B1E (or 0xA28B1E) is known color: Hacienda. HEX triplet: A2, 8B and 1E. RGB value is (162,139,30). Sum of RGB (Red+Green+Blue) = 162+139+30=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B1E is #5D74E1. Grayscale: #858585. Windows color (decimal): -6124770 or 2001826. OLE color: 2001826.
HSL color Cylindrical-coordinate representation of color #A28B1E: hue angle of 49.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A28B1E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 30 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.36 |
| HSL | 49.55º | 0.69% | 0.38% | - |
| HSV(B) | 49.55º | 0.81% | 0.64% | - |
| XYZ | 24.37 | 26.24 | 5.01 | - |
| YUV | 133.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 30 | 0 | 0.14 | 0.81 | 0.36 | 49.55 | 0.69 | 0.38 |
| Hex | A2 | 8B | 1E | 0 | E | 51 | 24 | 32 | 45 | 26 |
| Octal | 242 | 213 | 36 | 0 | 16 | 121 | 44 | 62 | 105 | 46 |
| Binary | 10100010 | 10001011 | 11110 | 0 | 1110 | 1010001 | 100100 | 110010 | 1000101 | 100110 |
Color Harmonies of #A28B1E
Complementary color
Monochromatic Colors of #A28B1E
Black with #A28B1E
Text Example
Text Example
White with #A28B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B1E; }
p { color: rgb(162,139,30); }
H1.HeaderClassName
{
color: #A28B1E;
}
.AnyTagClassName
{
color: #A28B1E;
}
</style>
background-color css
<style>
a { background-color: #A28B1E; }
a { background-color: rgb(162,139,30); }
div.DivClassName
{
background-color: #A28B1E;
}
.BgClassName
{
background-color: #A28B1E;
}
</style>
border-color css
<style>
span { border-color: #A28B1E; }
span { border-color: rgb(162,139,30); }
td.TdClassName
{
border-color: #A28B1E;
}
.TagClassName
{
border-color: #A28B1E;
}
</style>