Shades of Husk #AF954E
Tints of Husk #AF954E
RGB
CMYK
RGB Variations
Color information
#AF954E (or 0xAF954E) is known color: Husk. HEX triplet: AF, 95 and 4E. RGB value is (175,149,78). Sum of RGB (Red+Green+Blue) = 175+149+78=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF954E is #506AB1. Grayscale: #949494. Windows color (decimal): -5270194 or 5150127. OLE color: 5150127.
HSL color Cylindrical-coordinate representation of color #AF954E: hue angle of 43.92º 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 #AF954E is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 78 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.31 |
| HSL | 43.92º | 0.38% | 0.5% | - |
| HSV(B) | 43.92º | 0.55% | 0.69% | - |
| XYZ | 29.8 | 31.16 | 11.65 | - |
| YUV | 148.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 78 | 0 | 0.15 | 0.55 | 0.31 | 43.92 | 0.38 | 0.5 |
| Hex | AF | 95 | 4E | 0 | F | 37 | 1F | 2C | 26 | 32 |
| Octal | 257 | 225 | 116 | 0 | 17 | 67 | 37 | 54 | 46 | 62 |
| Binary | 10101111 | 10010101 | 1001110 | 0 | 1111 | 110111 | 11111 | 101100 | 100110 | 110010 |
Color Harmonies of #AF954E
Complementary color
Monochromatic Colors of #AF954E
Black with #AF954E
Text Example
Text Example
White with #AF954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF954E; }
p { color: rgb(175,149,78); }
H1.HeaderClassName
{
color: #AF954E;
}
.AnyTagClassName
{
color: #AF954E;
}
</style>
background-color css
<style>
a { background-color: #AF954E; }
a { background-color: rgb(175,149,78); }
div.DivClassName
{
background-color: #AF954E;
}
.BgClassName
{
background-color: #AF954E;
}
</style>
border-color css
<style>
span { border-color: #AF954E; }
span { border-color: rgb(175,149,78); }
td.TdClassName
{
border-color: #AF954E;
}
.TagClassName
{
border-color: #AF954E;
}
</style>