Shades of Husk #AB9753
Tints of Husk #AB9753
RGB
CMYK
RGB Variations
Color information
#AB9753 (or 0xAB9753) is known color: Husk. HEX triplet: AB, 97 and 53. RGB value is (171,151,83). Sum of RGB (Red+Green+Blue) = 171+151+83=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9753 is #5468AC. Grayscale: #959595. Windows color (decimal): -5531821 or 5478315. OLE color: 5478315.
HSL color Cylindrical-coordinate representation of color #AB9753: hue angle of 46.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB9753 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 151 | 83 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.33 |
| HSL | 46.36º | 0.35% | 0.5% | - |
| HSV(B) | 46.36º | 0.51% | 0.67% | - |
| XYZ | 29.42 | 31.42 | 12.7 | - |
| YUV | 149.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 151 | 83 | 0 | 0.12 | 0.51 | 0.33 | 46.36 | 0.35 | 0.5 |
| Hex | AB | 97 | 53 | 0 | C | 33 | 21 | 2E | 23 | 32 |
| Octal | 253 | 227 | 123 | 0 | 14 | 63 | 41 | 56 | 43 | 62 |
| Binary | 10101011 | 10010111 | 1010011 | 0 | 1100 | 110011 | 100001 | 101110 | 100011 | 110010 |
Color Harmonies of #AB9753
Complementary color
Monochromatic Colors of #AB9753
Black with #AB9753
Text Example
Text Example
White with #AB9753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9753; }
p { color: rgb(171,151,83); }
H1.HeaderClassName
{
color: #AB9753;
}
.AnyTagClassName
{
color: #AB9753;
}
</style>
background-color css
<style>
a { background-color: #AB9753; }
a { background-color: rgb(171,151,83); }
div.DivClassName
{
background-color: #AB9753;
}
.BgClassName
{
background-color: #AB9753;
}
</style>
border-color css
<style>
span { border-color: #AB9753; }
span { border-color: rgb(171,151,83); }
td.TdClassName
{
border-color: #AB9753;
}
.TagClassName
{
border-color: #AB9753;
}
</style>