Shades of Hacienda #A88823
Tints of Hacienda #A88823
RGB
CMYK
RGB Variations
Color information
#A88823 (or 0xA88823) is known color: Hacienda. HEX triplet: A8, 88 and 23. RGB value is (168,136,35). Sum of RGB (Red+Green+Blue) = 168+136+35=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A88823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88823 is #5777DC. Grayscale: #868686. Windows color (decimal): -5732317 or 2328744. OLE color: 2328744.
HSL color Cylindrical-coordinate representation of color #A88823: hue angle of 45.56º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A88823 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 35 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.34 |
| HSL | 45.56º | 0.66% | 0.4% | - |
| HSV(B) | 45.56º | 0.79% | 0.66% | - |
| XYZ | 25.26 | 26.05 | 5.29 | - |
| YUV | 134.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 35 | 0 | 0.19 | 0.79 | 0.34 | 45.56 | 0.66 | 0.4 |
| Hex | A8 | 88 | 23 | 0 | 13 | 4F | 22 | 2E | 42 | 28 |
| Octal | 250 | 210 | 43 | 0 | 23 | 117 | 42 | 56 | 102 | 50 |
| Binary | 10101000 | 10001000 | 100011 | 0 | 10011 | 1001111 | 100010 | 101110 | 1000010 | 101000 |
Color Harmonies of #A88823
Complementary color
Monochromatic Colors of #A88823
Black with #A88823
Text Example
Text Example
White with #A88823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88823; }
p { color: rgb(168,136,35); }
H1.HeaderClassName
{
color: #A88823;
}
.AnyTagClassName
{
color: #A88823;
}
</style>
background-color css
<style>
a { background-color: #A88823; }
a { background-color: rgb(168,136,35); }
div.DivClassName
{
background-color: #A88823;
}
.BgClassName
{
background-color: #A88823;
}
</style>
border-color css
<style>
span { border-color: #A88823; }
span { border-color: rgb(168,136,35); }
td.TdClassName
{
border-color: #A88823;
}
.TagClassName
{
border-color: #A88823;
}
</style>