Shades of Hacienda #A28C23
Tints of Hacienda #A28C23
RGB
CMYK
RGB Variations
Color information
#A28C23 (or 0xA28C23) is known color: Hacienda. HEX triplet: A2, 8C and 23. RGB value is (162,140,35). Sum of RGB (Red+Green+Blue) = 162+140+35=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C23 is #5D73DC. Grayscale: #878787. Windows color (decimal): -6124509 or 2329762. OLE color: 2329762.
HSL color Cylindrical-coordinate representation of color #A28C23: hue angle of 49.61º 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 #A28C23 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 140 | 35 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.36 |
| HSL | 49.61º | 0.64% | 0.39% | - |
| HSV(B) | 49.61º | 0.78% | 0.64% | - |
| XYZ | 24.58 | 26.56 | 5.42 | - |
| YUV | 134.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 35 | 0 | 0.14 | 0.78 | 0.36 | 49.61 | 0.64 | 0.39 |
| Hex | A2 | 8C | 23 | 0 | E | 4E | 24 | 32 | 40 | 27 |
| Octal | 242 | 214 | 43 | 0 | 16 | 116 | 44 | 62 | 100 | 47 |
| Binary | 10100010 | 10001100 | 100011 | 0 | 1110 | 1001110 | 100100 | 110010 | 1000000 | 100111 |
Color Harmonies of #A28C23
Complementary color
Monochromatic Colors of #A28C23
Black with #A28C23
Text Example
Text Example
White with #A28C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28C23; }
p { color: rgb(162,140,35); }
H1.HeaderClassName
{
color: #A28C23;
}
.AnyTagClassName
{
color: #A28C23;
}
</style>
background-color css
<style>
a { background-color: #A28C23; }
a { background-color: rgb(162,140,35); }
div.DivClassName
{
background-color: #A28C23;
}
.BgClassName
{
background-color: #A28C23;
}
</style>
border-color css
<style>
span { border-color: #A28C23; }
span { border-color: rgb(162,140,35); }
td.TdClassName
{
border-color: #A28C23;
}
.TagClassName
{
border-color: #A28C23;
}
</style>