Shades of Husk #AF9843
Tints of Husk #AF9843
RGB
CMYK
RGB Variations
Color information
#AF9843 (or 0xAF9843) is known color: Husk. HEX triplet: AF, 98 and 43. RGB value is (175,152,67). Sum of RGB (Red+Green+Blue) = 175+152+67=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9843 is #5067BC. Grayscale: #959595. Windows color (decimal): -5269437 or 4429999. OLE color: 4429999.
HSL color Cylindrical-coordinate representation of color #AF9843: hue angle of 47.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF9843 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 67 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.31 |
| HSL | 47.22º | 0.45% | 0.47% | - |
| HSV(B) | 47.22º | 0.62% | 0.69% | - |
| XYZ | 29.92 | 31.98 | 9.91 | - |
| YUV | 149.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 67 | 0 | 0.13 | 0.62 | 0.31 | 47.22 | 0.45 | 0.47 |
| Hex | AF | 98 | 43 | 0 | D | 3E | 1F | 2F | 2D | 2F |
| Octal | 257 | 230 | 103 | 0 | 15 | 76 | 37 | 57 | 55 | 57 |
| Binary | 10101111 | 10011000 | 1000011 | 0 | 1101 | 111110 | 11111 | 101111 | 101101 | 101111 |
Color Harmonies of #AF9843
Complementary color
Monochromatic Colors of #AF9843
Black with #AF9843
Text Example
Text Example
White with #AF9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9843; }
p { color: rgb(175,152,67); }
H1.HeaderClassName
{
color: #AF9843;
}
.AnyTagClassName
{
color: #AF9843;
}
</style>
background-color css
<style>
a { background-color: #AF9843; }
a { background-color: rgb(175,152,67); }
div.DivClassName
{
background-color: #AF9843;
}
.BgClassName
{
background-color: #AF9843;
}
</style>
border-color css
<style>
span { border-color: #AF9843; }
span { border-color: rgb(175,152,67); }
td.TdClassName
{
border-color: #AF9843;
}
.TagClassName
{
border-color: #AF9843;
}
</style>