Shades of Husk #AB975A
Tints of Husk #AB975A
RGB
CMYK
RGB Variations
Color information
#AB975A (or 0xAB975A) is known color: Husk. HEX triplet: AB, 97 and 5A. RGB value is (171,151,90). Sum of RGB (Red+Green+Blue) = 171+151+90=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB975A is #5468A5. Grayscale: #969696. Windows color (decimal): -5531814 or 5937067. OLE color: 5937067.
HSL color Cylindrical-coordinate representation of color #AB975A: hue angle of 45.19º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB975A is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 90 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.33 |
| HSL | 45.19º | 0.33% | 0.51% | - |
| HSV(B) | 45.19º | 0.47% | 0.67% | - |
| XYZ | 29.71 | 31.53 | 14.19 | - |
| YUV | 150.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 90 | 0 | 0.12 | 0.47 | 0.33 | 45.19 | 0.33 | 0.51 |
| Hex | AB | 97 | 5A | 0 | C | 2F | 21 | 2D | 21 | 33 |
| Octal | 253 | 227 | 132 | 0 | 14 | 57 | 41 | 55 | 41 | 63 |
| Binary | 10101011 | 10010111 | 1011010 | 0 | 1100 | 101111 | 100001 | 101101 | 100001 | 110011 |
Color Harmonies of #AB975A
Complementary color
Monochromatic Colors of #AB975A
Black with #AB975A
Text Example
Text Example
White with #AB975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB975A; }
p { color: rgb(171,151,90); }
H1.HeaderClassName
{
color: #AB975A;
}
.AnyTagClassName
{
color: #AB975A;
}
</style>
background-color css
<style>
a { background-color: #AB975A; }
a { background-color: rgb(171,151,90); }
div.DivClassName
{
background-color: #AB975A;
}
.BgClassName
{
background-color: #AB975A;
}
</style>
border-color css
<style>
span { border-color: #AB975A; }
span { border-color: rgb(171,151,90); }
td.TdClassName
{
border-color: #AB975A;
}
.TagClassName
{
border-color: #AB975A;
}
</style>