Shades of Husk #A89D52
Tints of Husk #A89D52
RGB
CMYK
RGB Variations
Color information
#A89D52 (or 0xA89D52) is known color: Husk. HEX triplet: A8, 9D and 52. RGB value is (168,157,82). Sum of RGB (Red+Green+Blue) = 168+157+82=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89D52 is #5762AD. Grayscale: #989898. Windows color (decimal): -5726894 or 5414312. OLE color: 5414312.
HSL color Cylindrical-coordinate representation of color #A89D52: hue angle of 52.33º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A89D52 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 157 | 82 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.34 |
| HSL | 52.33º | 0.34% | 0.49% | - |
| HSV(B) | 52.33º | 0.51% | 0.66% | - |
| XYZ | 29.73 | 33.05 | 12.79 | - |
| YUV | 151.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 157 | 82 | 0 | 0.07 | 0.51 | 0.34 | 52.33 | 0.34 | 0.49 |
| Hex | A8 | 9D | 52 | 0 | 7 | 33 | 22 | 34 | 22 | 31 |
| Octal | 250 | 235 | 122 | 0 | 7 | 63 | 42 | 64 | 42 | 61 |
| Binary | 10101000 | 10011101 | 1010010 | 0 | 111 | 110011 | 100010 | 110100 | 100010 | 110001 |
Color Harmonies of #A89D52
Complementary color
Monochromatic Colors of #A89D52
Black with #A89D52
Text Example
Text Example
White with #A89D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89D52; }
p { color: rgb(168,157,82); }
H1.HeaderClassName
{
color: #A89D52;
}
.AnyTagClassName
{
color: #A89D52;
}
</style>
background-color css
<style>
a { background-color: #A89D52; }
a { background-color: rgb(168,157,82); }
div.DivClassName
{
background-color: #A89D52;
}
.BgClassName
{
background-color: #A89D52;
}
</style>
border-color css
<style>
span { border-color: #A89D52; }
span { border-color: rgb(168,157,82); }
td.TdClassName
{
border-color: #A89D52;
}
.TagClassName
{
border-color: #A89D52;
}
</style>