Shades of Husk #AF9944
Tints of Husk #AF9944
RGB
CMYK
RGB Variations
Color information
#AF9944 (or 0xAF9944) is known color: Husk. HEX triplet: AF, 99 and 44. RGB value is (175,153,68). Sum of RGB (Red+Green+Blue) = 175+153+68=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9944 is #5066BB. Grayscale: #969696. Windows color (decimal): -5269180 or 4495791. OLE color: 4495791.
HSL color Cylindrical-coordinate representation of color #AF9944: hue angle of 47.66º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9944 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 68 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.31 |
| HSL | 47.66º | 0.44% | 0.48% | - |
| HSV(B) | 47.66º | 0.61% | 0.69% | - |
| XYZ | 30.11 | 32.31 | 10.12 | - |
| YUV | 149.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 68 | 0 | 0.13 | 0.61 | 0.31 | 47.66 | 0.44 | 0.48 |
| Hex | AF | 99 | 44 | 0 | D | 3D | 1F | 30 | 2C | 30 |
| Octal | 257 | 231 | 104 | 0 | 15 | 75 | 37 | 60 | 54 | 60 |
| Binary | 10101111 | 10011001 | 1000100 | 0 | 1101 | 111101 | 11111 | 110000 | 101100 | 110000 |
Color Harmonies of #AF9944
Complementary color
Monochromatic Colors of #AF9944
Black with #AF9944
Text Example
Text Example
White with #AF9944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9944; }
p { color: rgb(175,153,68); }
H1.HeaderClassName
{
color: #AF9944;
}
.AnyTagClassName
{
color: #AF9944;
}
</style>
background-color css
<style>
a { background-color: #AF9944; }
a { background-color: rgb(175,153,68); }
div.DivClassName
{
background-color: #AF9944;
}
.BgClassName
{
background-color: #AF9944;
}
</style>
border-color css
<style>
span { border-color: #AF9944; }
span { border-color: rgb(175,153,68); }
td.TdClassName
{
border-color: #AF9944;
}
.TagClassName
{
border-color: #AF9944;
}
</style>