Shades of Husk #AF9946
Tints of Husk #AF9946
RGB
CMYK
RGB Variations
Color information
#AF9946 (or 0xAF9946) is known color: Husk. HEX triplet: AF, 99 and 46. RGB value is (175,153,70). Sum of RGB (Red+Green+Blue) = 175+153+70=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9946 is #5066B9. Grayscale: #969696. Windows color (decimal): -5269178 or 4626863. OLE color: 4626863.
HSL color Cylindrical-coordinate representation of color #AF9946: hue angle of 47.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF9946 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 70 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.31 |
| HSL | 47.43º | 0.43% | 0.48% | - |
| HSV(B) | 47.43º | 0.6% | 0.69% | - |
| XYZ | 30.18 | 32.34 | 10.45 | - |
| YUV | 150.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 70 | 0 | 0.13 | 0.60 | 0.31 | 47.43 | 0.43 | 0.48 |
| Hex | AF | 99 | 46 | 0 | D | 3C | 1F | 2F | 2B | 30 |
| Octal | 257 | 231 | 106 | 0 | 15 | 74 | 37 | 57 | 53 | 60 |
| Binary | 10101111 | 10011001 | 1000110 | 0 | 1101 | 111100 | 11111 | 101111 | 101011 | 110000 |
Color Harmonies of #AF9946
Complementary color
Monochromatic Colors of #AF9946
Black with #AF9946
Text Example
Text Example
White with #AF9946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9946; }
p { color: rgb(175,153,70); }
H1.HeaderClassName
{
color: #AF9946;
}
.AnyTagClassName
{
color: #AF9946;
}
</style>
background-color css
<style>
a { background-color: #AF9946; }
a { background-color: rgb(175,153,70); }
div.DivClassName
{
background-color: #AF9946;
}
.BgClassName
{
background-color: #AF9946;
}
</style>
border-color css
<style>
span { border-color: #AF9946; }
span { border-color: rgb(175,153,70); }
td.TdClassName
{
border-color: #AF9946;
}
.TagClassName
{
border-color: #AF9946;
}
</style>