Shades of Husk #AF9D5D
Tints of Husk #AF9D5D
RGB
CMYK
RGB Variations
Color information
#AF9D5D (or 0xAF9D5D) is known color: Husk. HEX triplet: AF, 9D and 5D. RGB value is (175,157,93). Sum of RGB (Red+Green+Blue) = 175+157+93=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9D5D is #5062A2. Grayscale: #9B9B9B. Windows color (decimal): -5268131 or 6135215. OLE color: 6135215.
HSL color Cylindrical-coordinate representation of color #AF9D5D: hue angle of 46.83º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF9D5D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 93 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.31 |
| HSL | 46.83º | 0.34% | 0.53% | - |
| HSV(B) | 46.83º | 0.47% | 0.69% | - |
| XYZ | 31.71 | 34.02 | 15.25 | - |
| YUV | 155.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 93 | 0 | 0.10 | 0.47 | 0.31 | 46.83 | 0.34 | 0.53 |
| Hex | AF | 9D | 5D | 0 | A | 2F | 1F | 2F | 22 | 35 |
| Octal | 257 | 235 | 135 | 0 | 12 | 57 | 37 | 57 | 42 | 65 |
| Binary | 10101111 | 10011101 | 1011101 | 0 | 1010 | 101111 | 11111 | 101111 | 100010 | 110101 |
Color Harmonies of #AF9D5D
Complementary color
Monochromatic Colors of #AF9D5D
Black with #AF9D5D
Text Example
Text Example
White with #AF9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D5D; }
p { color: rgb(175,157,93); }
H1.HeaderClassName
{
color: #AF9D5D;
}
.AnyTagClassName
{
color: #AF9D5D;
}
</style>
background-color css
<style>
a { background-color: #AF9D5D; }
a { background-color: rgb(175,157,93); }
div.DivClassName
{
background-color: #AF9D5D;
}
.BgClassName
{
background-color: #AF9D5D;
}
</style>
border-color css
<style>
span { border-color: #AF9D5D; }
span { border-color: rgb(175,157,93); }
td.TdClassName
{
border-color: #AF9D5D;
}
.TagClassName
{
border-color: #AF9D5D;
}
</style>