Shades of Husk #A89753
Tints of Husk #A89753
RGB
CMYK
RGB Variations
Color information
#A89753 (or 0xA89753) is known color: Husk. HEX triplet: A8, 97 and 53. RGB value is (168,151,83). Sum of RGB (Red+Green+Blue) = 168+151+83=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89753 is #5768AC. Grayscale: #949494. Windows color (decimal): -5728429 or 5478312. OLE color: 5478312.
HSL color Cylindrical-coordinate representation of color #A89753: hue angle of 48º 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 #A89753 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 83 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.34 |
| HSL | 48º | 0.34% | 0.49% | - |
| HSV(B) | 48º | 0.51% | 0.66% | - |
| XYZ | 28.78 | 31.08 | 12.67 | - |
| YUV | 148.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 83 | 0 | 0.10 | 0.51 | 0.34 | 48 | 0.34 | 0.49 |
| Hex | A8 | 97 | 53 | 0 | A | 33 | 22 | 30 | 22 | 31 |
| Octal | 250 | 227 | 123 | 0 | 12 | 63 | 42 | 60 | 42 | 61 |
| Binary | 10101000 | 10010111 | 1010011 | 0 | 1010 | 110011 | 100010 | 110000 | 100010 | 110001 |
Color Harmonies of #A89753
Complementary color
Monochromatic Colors of #A89753
Black with #A89753
Text Example
Text Example
White with #A89753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89753; }
p { color: rgb(168,151,83); }
H1.HeaderClassName
{
color: #A89753;
}
.AnyTagClassName
{
color: #A89753;
}
</style>
background-color css
<style>
a { background-color: #A89753; }
a { background-color: rgb(168,151,83); }
div.DivClassName
{
background-color: #A89753;
}
.BgClassName
{
background-color: #A89753;
}
</style>
border-color css
<style>
span { border-color: #A89753; }
span { border-color: rgb(168,151,83); }
td.TdClassName
{
border-color: #A89753;
}
.TagClassName
{
border-color: #A89753;
}
</style>