Shades of Husk #AF954B
Tints of Husk #AF954B
RGB
CMYK
RGB Variations
Color information
#AF954B (or 0xAF954B) is known color: Husk. HEX triplet: AF, 95 and 4B. RGB value is (175,149,75). Sum of RGB (Red+Green+Blue) = 175+149+75=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF954B is #506AB4. Grayscale: #949494. Windows color (decimal): -5270197 or 4953519. OLE color: 4953519.
HSL color Cylindrical-coordinate representation of color #AF954B: hue angle of 44.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF954B is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 75 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.31 |
| HSL | 44.4º | 0.4% | 0.49% | - |
| HSV(B) | 44.4º | 0.57% | 0.69% | - |
| XYZ | 29.7 | 31.12 | 11.1 | - |
| YUV | 148.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 75 | 0 | 0.15 | 0.57 | 0.31 | 44.4 | 0.4 | 0.49 |
| Hex | AF | 95 | 4B | 0 | F | 39 | 1F | 2C | 28 | 31 |
| Octal | 257 | 225 | 113 | 0 | 17 | 71 | 37 | 54 | 50 | 61 |
| Binary | 10101111 | 10010101 | 1001011 | 0 | 1111 | 111001 | 11111 | 101100 | 101000 | 110001 |
Color Harmonies of #AF954B
Complementary color
Monochromatic Colors of #AF954B
Black with #AF954B
Text Example
Text Example
White with #AF954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF954B; }
p { color: rgb(175,149,75); }
H1.HeaderClassName
{
color: #AF954B;
}
.AnyTagClassName
{
color: #AF954B;
}
</style>
background-color css
<style>
a { background-color: #AF954B; }
a { background-color: rgb(175,149,75); }
div.DivClassName
{
background-color: #AF954B;
}
.BgClassName
{
background-color: #AF954B;
}
</style>
border-color css
<style>
span { border-color: #AF954B; }
span { border-color: rgb(175,149,75); }
td.TdClassName
{
border-color: #AF954B;
}
.TagClassName
{
border-color: #AF954B;
}
</style>