Shades of Husk #AF964A
Tints of Husk #AF964A
RGB
CMYK
RGB Variations
Color information
#AF964A (or 0xAF964A) is known color: Husk. HEX triplet: AF, 96 and 4A. RGB value is (175,150,74). Sum of RGB (Red+Green+Blue) = 175+150+74=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF964A is #5069B5. Grayscale: #959595. Windows color (decimal): -5269942 or 4888239. OLE color: 4888239.
HSL color Cylindrical-coordinate representation of color #AF964A: hue angle of 45.15º 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 #AF964A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 150 | 74 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.31 |
| HSL | 45.15º | 0.41% | 0.49% | - |
| HSV(B) | 45.15º | 0.58% | 0.69% | - |
| XYZ | 29.82 | 31.42 | 10.97 | - |
| YUV | 148.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 150 | 74 | 0 | 0.14 | 0.58 | 0.31 | 45.15 | 0.41 | 0.49 |
| Hex | AF | 96 | 4A | 0 | E | 3A | 1F | 2D | 29 | 31 |
| Octal | 257 | 226 | 112 | 0 | 16 | 72 | 37 | 55 | 51 | 61 |
| Binary | 10101111 | 10010110 | 1001010 | 0 | 1110 | 111010 | 11111 | 101101 | 101001 | 110001 |
Color Harmonies of #AF964A
Complementary color
Monochromatic Colors of #AF964A
Black with #AF964A
Text Example
Text Example
White with #AF964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF964A; }
p { color: rgb(175,150,74); }
H1.HeaderClassName
{
color: #AF964A;
}
.AnyTagClassName
{
color: #AF964A;
}
</style>
background-color css
<style>
a { background-color: #AF964A; }
a { background-color: rgb(175,150,74); }
div.DivClassName
{
background-color: #AF964A;
}
.BgClassName
{
background-color: #AF964A;
}
</style>
border-color css
<style>
span { border-color: #AF964A; }
span { border-color: rgb(175,150,74); }
td.TdClassName
{
border-color: #AF964A;
}
.TagClassName
{
border-color: #AF964A;
}
</style>