Shades of Hacienda #A28A23
Tints of Hacienda #A28A23
RGB
CMYK
RGB Variations
Color information
#A28A23 (or 0xA28A23) is known color: Hacienda. HEX triplet: A2, 8A and 23. RGB value is (162,138,35). Sum of RGB (Red+Green+Blue) = 162+138+35=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A23 is #5D75DC. Grayscale: #858585. Windows color (decimal): -6125021 or 2329250. OLE color: 2329250.
HSL color Cylindrical-coordinate representation of color #A28A23: hue angle of 48.66º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A28A23 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 138 | 35 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.36 |
| HSL | 48.66º | 0.64% | 0.39% | - |
| HSV(B) | 48.66º | 0.78% | 0.64% | - |
| XYZ | 24.29 | 25.98 | 5.32 | - |
| YUV | 133.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 35 | 0 | 0.15 | 0.78 | 0.36 | 48.66 | 0.64 | 0.39 |
| Hex | A2 | 8A | 23 | 0 | F | 4E | 24 | 31 | 40 | 27 |
| Octal | 242 | 212 | 43 | 0 | 17 | 116 | 44 | 61 | 100 | 47 |
| Binary | 10100010 | 10001010 | 100011 | 0 | 1111 | 1001110 | 100100 | 110001 | 1000000 | 100111 |
Color Harmonies of #A28A23
Complementary color
Monochromatic Colors of #A28A23
Black with #A28A23
Text Example
Text Example
White with #A28A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28A23; }
p { color: rgb(162,138,35); }
H1.HeaderClassName
{
color: #A28A23;
}
.AnyTagClassName
{
color: #A28A23;
}
</style>
background-color css
<style>
a { background-color: #A28A23; }
a { background-color: rgb(162,138,35); }
div.DivClassName
{
background-color: #A28A23;
}
.BgClassName
{
background-color: #A28A23;
}
</style>
border-color css
<style>
span { border-color: #A28A23; }
span { border-color: rgb(162,138,35); }
td.TdClassName
{
border-color: #A28A23;
}
.TagClassName
{
border-color: #A28A23;
}
</style>