Shades of Husk #AF9656
Tints of Husk #AF9656
RGB
CMYK
RGB Variations
Color information
#AF9656 (or 0xAF9656) is known color: Husk. HEX triplet: AF, 96 and 56. RGB value is (175,150,86). Sum of RGB (Red+Green+Blue) = 175+150+86=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9656 is #5069A9. Grayscale: #969696. Windows color (decimal): -5269930 or 5674671. OLE color: 5674671.
HSL color Cylindrical-coordinate representation of color #AF9656: hue angle of 43.15º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF9656 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 86 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.31 |
| HSL | 43.15º | 0.36% | 0.51% | - |
| HSV(B) | 43.15º | 0.51% | 0.69% | - |
| XYZ | 30.27 | 31.6 | 13.31 | - |
| YUV | 150.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 86 | 0 | 0.14 | 0.51 | 0.31 | 43.15 | 0.36 | 0.51 |
| Hex | AF | 96 | 56 | 0 | E | 33 | 1F | 2B | 24 | 33 |
| Octal | 257 | 226 | 126 | 0 | 16 | 63 | 37 | 53 | 44 | 63 |
| Binary | 10101111 | 10010110 | 1010110 | 0 | 1110 | 110011 | 11111 | 101011 | 100100 | 110011 |
Color Harmonies of #AF9656
Complementary color
Monochromatic Colors of #AF9656
Black with #AF9656
Text Example
Text Example
White with #AF9656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9656; }
p { color: rgb(175,150,86); }
H1.HeaderClassName
{
color: #AF9656;
}
.AnyTagClassName
{
color: #AF9656;
}
</style>
background-color css
<style>
a { background-color: #AF9656; }
a { background-color: rgb(175,150,86); }
div.DivClassName
{
background-color: #AF9656;
}
.BgClassName
{
background-color: #AF9656;
}
</style>
border-color css
<style>
span { border-color: #AF9656; }
span { border-color: rgb(175,150,86); }
td.TdClassName
{
border-color: #AF9656;
}
.TagClassName
{
border-color: #AF9656;
}
</style>