Shades of Husk #AF9949
Tints of Husk #AF9949
RGB
CMYK
RGB Variations
Color information
#AF9949 (or 0xAF9949) is known color: Husk. HEX triplet: AF, 99 and 49. RGB value is (175,153,73). Sum of RGB (Red+Green+Blue) = 175+153+73=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9949 is #5066B6. Grayscale: #969696. Windows color (decimal): -5269175 or 4823471. OLE color: 4823471.
HSL color Cylindrical-coordinate representation of color #AF9949: hue angle of 47.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF9949 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 153 | 73 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.31 |
| HSL | 47.06º | 0.41% | 0.49% | - |
| HSV(B) | 47.06º | 0.58% | 0.69% | - |
| XYZ | 30.27 | 32.38 | 10.96 | - |
| YUV | 150.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 153 | 73 | 0 | 0.13 | 0.58 | 0.31 | 47.06 | 0.41 | 0.49 |
| Hex | AF | 99 | 49 | 0 | D | 3A | 1F | 2F | 29 | 31 |
| Octal | 257 | 231 | 111 | 0 | 15 | 72 | 37 | 57 | 51 | 61 |
| Binary | 10101111 | 10011001 | 1001001 | 0 | 1101 | 111010 | 11111 | 101111 | 101001 | 110001 |
Color Harmonies of #AF9949
Complementary color
Monochromatic Colors of #AF9949
Black with #AF9949
Text Example
Text Example
White with #AF9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9949; }
p { color: rgb(175,153,73); }
H1.HeaderClassName
{
color: #AF9949;
}
.AnyTagClassName
{
color: #AF9949;
}
</style>
background-color css
<style>
a { background-color: #AF9949; }
a { background-color: rgb(175,153,73); }
div.DivClassName
{
background-color: #AF9949;
}
.BgClassName
{
background-color: #AF9949;
}
</style>
border-color css
<style>
span { border-color: #AF9949; }
span { border-color: rgb(175,153,73); }
td.TdClassName
{
border-color: #AF9949;
}
.TagClassName
{
border-color: #AF9949;
}
</style>