Shades of Husk #AF9C5B
Tints of Husk #AF9C5B
RGB
CMYK
RGB Variations
Color information
#AF9C5B (or 0xAF9C5B) is known color: Husk. HEX triplet: AF, 9C and 5B. RGB value is (175,156,91). Sum of RGB (Red+Green+Blue) = 175+156+91=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C5B is #5063A4. Grayscale: #9A9A9A. Windows color (decimal): -5268389 or 6003887. OLE color: 6003887.
HSL color Cylindrical-coordinate representation of color #AF9C5B: hue angle of 46.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF9C5B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 91 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.31 |
| HSL | 46.43º | 0.34% | 0.52% | - |
| HSV(B) | 46.43º | 0.48% | 0.69% | - |
| XYZ | 31.46 | 33.65 | 14.73 | - |
| YUV | 154.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 91 | 0 | 0.11 | 0.48 | 0.31 | 46.43 | 0.34 | 0.52 |
| Hex | AF | 9C | 5B | 0 | B | 30 | 1F | 2E | 22 | 34 |
| Octal | 257 | 234 | 133 | 0 | 13 | 60 | 37 | 56 | 42 | 64 |
| Binary | 10101111 | 10011100 | 1011011 | 0 | 1011 | 110000 | 11111 | 101110 | 100010 | 110100 |
Color Harmonies of #AF9C5B
Complementary color
Monochromatic Colors of #AF9C5B
Black with #AF9C5B
Text Example
Text Example
White with #AF9C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C5B; }
p { color: rgb(175,156,91); }
H1.HeaderClassName
{
color: #AF9C5B;
}
.AnyTagClassName
{
color: #AF9C5B;
}
</style>
background-color css
<style>
a { background-color: #AF9C5B; }
a { background-color: rgb(175,156,91); }
div.DivClassName
{
background-color: #AF9C5B;
}
.BgClassName
{
background-color: #AF9C5B;
}
</style>
border-color css
<style>
span { border-color: #AF9C5B; }
span { border-color: rgb(175,156,91); }
td.TdClassName
{
border-color: #AF9C5B;
}
.TagClassName
{
border-color: #AF9C5B;
}
</style>