Shades of Husk #AF9A44
Tints of Husk #AF9A44
RGB
CMYK
RGB Variations
Color information
#AF9A44 (or 0xAF9A44) is known color: Husk. HEX triplet: AF, 9A and 44. RGB value is (175,154,68). Sum of RGB (Red+Green+Blue) = 175+154+68=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A44 is #5065BB. Grayscale: #969696. Windows color (decimal): -5268924 or 4496047. OLE color: 4496047.
HSL color Cylindrical-coordinate representation of color #AF9A44: hue angle of 48.22º 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 #AF9A44 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 68 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.31 |
| HSL | 48.22º | 0.44% | 0.48% | - |
| HSV(B) | 48.22º | 0.61% | 0.69% | - |
| XYZ | 30.28 | 32.64 | 10.17 | - |
| YUV | 150.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 68 | 0 | 0.12 | 0.61 | 0.31 | 48.22 | 0.44 | 0.48 |
| Hex | AF | 9A | 44 | 0 | C | 3D | 1F | 30 | 2C | 30 |
| Octal | 257 | 232 | 104 | 0 | 14 | 75 | 37 | 60 | 54 | 60 |
| Binary | 10101111 | 10011010 | 1000100 | 0 | 1100 | 111101 | 11111 | 110000 | 101100 | 110000 |
Color Harmonies of #AF9A44
Complementary color
Monochromatic Colors of #AF9A44
Black with #AF9A44
Text Example
Text Example
White with #AF9A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A44; }
p { color: rgb(175,154,68); }
H1.HeaderClassName
{
color: #AF9A44;
}
.AnyTagClassName
{
color: #AF9A44;
}
</style>
background-color css
<style>
a { background-color: #AF9A44; }
a { background-color: rgb(175,154,68); }
div.DivClassName
{
background-color: #AF9A44;
}
.BgClassName
{
background-color: #AF9A44;
}
</style>
border-color css
<style>
span { border-color: #AF9A44; }
span { border-color: rgb(175,154,68); }
td.TdClassName
{
border-color: #AF9A44;
}
.TagClassName
{
border-color: #AF9A44;
}
</style>