Shades of Husk #AF9C4B
Tints of Husk #AF9C4B
RGB
CMYK
RGB Variations
Color information
#AF9C4B (or 0xAF9C4B) is known color: Husk. HEX triplet: AF, 9C and 4B. RGB value is (175,156,75). Sum of RGB (Red+Green+Blue) = 175+156+75=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C4B is #5063B4. Grayscale: #989898. Windows color (decimal): -5268405 or 4955311. OLE color: 4955311.
HSL color Cylindrical-coordinate representation of color #AF9C4B: hue angle of 48.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF9C4B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 75 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.31 |
| HSL | 48.6º | 0.4% | 0.49% | - |
| HSV(B) | 48.6º | 0.57% | 0.69% | - |
| XYZ | 30.84 | 33.4 | 11.48 | - |
| YUV | 152.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 75 | 0 | 0.11 | 0.57 | 0.31 | 48.6 | 0.4 | 0.49 |
| Hex | AF | 9C | 4B | 0 | B | 39 | 1F | 31 | 28 | 31 |
| Octal | 257 | 234 | 113 | 0 | 13 | 71 | 37 | 61 | 50 | 61 |
| Binary | 10101111 | 10011100 | 1001011 | 0 | 1011 | 111001 | 11111 | 110001 | 101000 | 110001 |
Color Harmonies of #AF9C4B
Complementary color
Monochromatic Colors of #AF9C4B
Black with #AF9C4B
Text Example
Text Example
White with #AF9C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C4B; }
p { color: rgb(175,156,75); }
H1.HeaderClassName
{
color: #AF9C4B;
}
.AnyTagClassName
{
color: #AF9C4B;
}
</style>
background-color css
<style>
a { background-color: #AF9C4B; }
a { background-color: rgb(175,156,75); }
div.DivClassName
{
background-color: #AF9C4B;
}
.BgClassName
{
background-color: #AF9C4B;
}
</style>
border-color css
<style>
span { border-color: #AF9C4B; }
span { border-color: rgb(175,156,75); }
td.TdClassName
{
border-color: #AF9C4B;
}
.TagClassName
{
border-color: #AF9C4B;
}
</style>