Shades of Husk #AF944D
Tints of Husk #AF944D
RGB
CMYK
RGB Variations
Color information
#AF944D (or 0xAF944D) is known color: Husk. HEX triplet: AF, 94 and 4D. RGB value is (175,148,77). Sum of RGB (Red+Green+Blue) = 175+148+77=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF944D is #506BB2. Grayscale: #949494. Windows color (decimal): -5270451 or 5084335. OLE color: 5084335.
HSL color Cylindrical-coordinate representation of color #AF944D: hue angle of 43.47º 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 #AF944D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 148 | 77 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.31 |
| HSL | 43.47º | 0.39% | 0.49% | - |
| HSV(B) | 43.47º | 0.56% | 0.69% | - |
| XYZ | 29.61 | 30.83 | 11.41 | - |
| YUV | 147.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 77 | 0 | 0.15 | 0.56 | 0.31 | 43.47 | 0.39 | 0.49 |
| Hex | AF | 94 | 4D | 0 | F | 38 | 1F | 2B | 27 | 31 |
| Octal | 257 | 224 | 115 | 0 | 17 | 70 | 37 | 53 | 47 | 61 |
| Binary | 10101111 | 10010100 | 1001101 | 0 | 1111 | 111000 | 11111 | 101011 | 100111 | 110001 |
Color Harmonies of #AF944D
Complementary color
Monochromatic Colors of #AF944D
Black with #AF944D
Text Example
Text Example
White with #AF944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF944D; }
p { color: rgb(175,148,77); }
H1.HeaderClassName
{
color: #AF944D;
}
.AnyTagClassName
{
color: #AF944D;
}
</style>
background-color css
<style>
a { background-color: #AF944D; }
a { background-color: rgb(175,148,77); }
div.DivClassName
{
background-color: #AF944D;
}
.BgClassName
{
background-color: #AF944D;
}
</style>
border-color css
<style>
span { border-color: #AF944D; }
span { border-color: rgb(175,148,77); }
td.TdClassName
{
border-color: #AF944D;
}
.TagClassName
{
border-color: #AF944D;
}
</style>