Shades of Husk #AF954D
Tints of Husk #AF954D
RGB
CMYK
RGB Variations
Color information
#AF954D (or 0xAF954D) is known color: Husk. HEX triplet: AF, 95 and 4D. RGB value is (175,149,77). Sum of RGB (Red+Green+Blue) = 175+149+77=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF954D is #506AB2. Grayscale: #949494. Windows color (decimal): -5270195 or 5084591. OLE color: 5084591.
HSL color Cylindrical-coordinate representation of color #AF954D: hue angle of 44.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF954D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 77 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.31 |
| HSL | 44.08º | 0.39% | 0.49% | - |
| HSV(B) | 44.08º | 0.56% | 0.69% | - |
| XYZ | 29.77 | 31.14 | 11.46 | - |
| YUV | 148.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 77 | 0 | 0.15 | 0.56 | 0.31 | 44.08 | 0.39 | 0.49 |
| Hex | AF | 95 | 4D | 0 | F | 38 | 1F | 2C | 27 | 31 |
| Octal | 257 | 225 | 115 | 0 | 17 | 70 | 37 | 54 | 47 | 61 |
| Binary | 10101111 | 10010101 | 1001101 | 0 | 1111 | 111000 | 11111 | 101100 | 100111 | 110001 |
Color Harmonies of #AF954D
Complementary color
Monochromatic Colors of #AF954D
Black with #AF954D
Text Example
Text Example
White with #AF954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF954D; }
p { color: rgb(175,149,77); }
H1.HeaderClassName
{
color: #AF954D;
}
.AnyTagClassName
{
color: #AF954D;
}
</style>
background-color css
<style>
a { background-color: #AF954D; }
a { background-color: rgb(175,149,77); }
div.DivClassName
{
background-color: #AF954D;
}
.BgClassName
{
background-color: #AF954D;
}
</style>
border-color css
<style>
span { border-color: #AF954D; }
span { border-color: rgb(175,149,77); }
td.TdClassName
{
border-color: #AF954D;
}
.TagClassName
{
border-color: #AF954D;
}
</style>