Shades of Husk #AF964F
Tints of Husk #AF964F
RGB
CMYK
RGB Variations
Color information
#AF964F (or 0xAF964F) is known color: Husk. HEX triplet: AF, 96 and 4F. RGB value is (175,150,79). Sum of RGB (Red+Green+Blue) = 175+150+79=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF964F is #5069B0. Grayscale: #959595. Windows color (decimal): -5269937 or 5215919. OLE color: 5215919.
HSL color Cylindrical-coordinate representation of color #AF964F: hue angle of 44.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF964F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 79 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.31 |
| HSL | 44.38º | 0.38% | 0.5% | - |
| HSV(B) | 44.38º | 0.55% | 0.69% | - |
| XYZ | 30 | 31.49 | 11.89 | - |
| YUV | 149.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 79 | 0 | 0.14 | 0.55 | 0.31 | 44.38 | 0.38 | 0.5 |
| Hex | AF | 96 | 4F | 0 | E | 37 | 1F | 2C | 26 | 32 |
| Octal | 257 | 226 | 117 | 0 | 16 | 67 | 37 | 54 | 46 | 62 |
| Binary | 10101111 | 10010110 | 1001111 | 0 | 1110 | 110111 | 11111 | 101100 | 100110 | 110010 |
Color Harmonies of #AF964F
Complementary color
Monochromatic Colors of #AF964F
Black with #AF964F
Text Example
Text Example
White with #AF964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF964F; }
p { color: rgb(175,150,79); }
H1.HeaderClassName
{
color: #AF964F;
}
.AnyTagClassName
{
color: #AF964F;
}
</style>
background-color css
<style>
a { background-color: #AF964F; }
a { background-color: rgb(175,150,79); }
div.DivClassName
{
background-color: #AF964F;
}
.BgClassName
{
background-color: #AF964F;
}
</style>
border-color css
<style>
span { border-color: #AF964F; }
span { border-color: rgb(175,150,79); }
td.TdClassName
{
border-color: #AF964F;
}
.TagClassName
{
border-color: #AF964F;
}
</style>