Shades of Husk #A89552
Tints of Husk #A89552
RGB
CMYK
RGB Variations
Color information
#A89552 (or 0xA89552) is known color: Husk. HEX triplet: A8, 95 and 52. RGB value is (168,149,82). Sum of RGB (Red+Green+Blue) = 168+149+82=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A89552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89552 is #576AAD. Grayscale: #939393. Windows color (decimal): -5728942 or 5412264. OLE color: 5412264.
HSL color Cylindrical-coordinate representation of color #A89552: hue angle of 46.74º 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 #A89552 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 82 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.34 |
| HSL | 46.74º | 0.34% | 0.49% | - |
| HSV(B) | 46.74º | 0.51% | 0.66% | - |
| XYZ | 28.42 | 30.43 | 12.36 | - |
| YUV | 147.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 82 | 0 | 0.11 | 0.51 | 0.34 | 46.74 | 0.34 | 0.49 |
| Hex | A8 | 95 | 52 | 0 | B | 33 | 22 | 2F | 22 | 31 |
| Octal | 250 | 225 | 122 | 0 | 13 | 63 | 42 | 57 | 42 | 61 |
| Binary | 10101000 | 10010101 | 1010010 | 0 | 1011 | 110011 | 100010 | 101111 | 100010 | 110001 |
Color Harmonies of #A89552
Complementary color
Monochromatic Colors of #A89552
Black with #A89552
Text Example
Text Example
White with #A89552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89552; }
p { color: rgb(168,149,82); }
H1.HeaderClassName
{
color: #A89552;
}
.AnyTagClassName
{
color: #A89552;
}
</style>
background-color css
<style>
a { background-color: #A89552; }
a { background-color: rgb(168,149,82); }
div.DivClassName
{
background-color: #A89552;
}
.BgClassName
{
background-color: #A89552;
}
</style>
border-color css
<style>
span { border-color: #A89552; }
span { border-color: rgb(168,149,82); }
td.TdClassName
{
border-color: #A89552;
}
.TagClassName
{
border-color: #A89552;
}
</style>