Shades of Husk #A8975A
Tints of Husk #A8975A
RGB
CMYK
RGB Variations
Color information
#A8975A (or 0xA8975A) is known color: Husk. HEX triplet: A8, 97 and 5A. RGB value is (168,151,90). Sum of RGB (Red+Green+Blue) = 168+151+90=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8975A is #5768A5. Grayscale: #959595. Windows color (decimal): -5728422 or 5937064. OLE color: 5937064.
HSL color Cylindrical-coordinate representation of color #A8975A: hue angle of 46.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8975A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 90 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.34 |
| HSL | 46.92º | 0.31% | 0.51% | - |
| HSV(B) | 46.92º | 0.46% | 0.66% | - |
| XYZ | 29.06 | 31.2 | 14.16 | - |
| YUV | 149.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 90 | 0 | 0.10 | 0.46 | 0.34 | 46.92 | 0.31 | 0.51 |
| Hex | A8 | 97 | 5A | 0 | A | 2E | 22 | 2F | 1F | 33 |
| Octal | 250 | 227 | 132 | 0 | 12 | 56 | 42 | 57 | 37 | 63 |
| Binary | 10101000 | 10010111 | 1011010 | 0 | 1010 | 101110 | 100010 | 101111 | 11111 | 110011 |
Color Harmonies of #A8975A
Complementary color
Monochromatic Colors of #A8975A
Black with #A8975A
Text Example
Text Example
White with #A8975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8975A; }
p { color: rgb(168,151,90); }
H1.HeaderClassName
{
color: #A8975A;
}
.AnyTagClassName
{
color: #A8975A;
}
</style>
background-color css
<style>
a { background-color: #A8975A; }
a { background-color: rgb(168,151,90); }
div.DivClassName
{
background-color: #A8975A;
}
.BgClassName
{
background-color: #A8975A;
}
</style>
border-color css
<style>
span { border-color: #A8975A; }
span { border-color: rgb(168,151,90); }
td.TdClassName
{
border-color: #A8975A;
}
.TagClassName
{
border-color: #A8975A;
}
</style>