Shades of Husk #AF934F
Tints of Husk #AF934F
RGB
CMYK
RGB Variations
Color information
#AF934F (or 0xAF934F) is known color: Husk. HEX triplet: AF, 93 and 4F. RGB value is (175,147,79). Sum of RGB (Red+Green+Blue) = 175+147+79=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF934F is #506CB0. Grayscale: #939393. Windows color (decimal): -5270705 or 5215151. OLE color: 5215151.
HSL color Cylindrical-coordinate representation of color #AF934F: hue angle of 42.5º 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 #AF934F is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 79 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.31 |
| HSL | 42.5º | 0.38% | 0.5% | - |
| HSV(B) | 42.5º | 0.55% | 0.69% | - |
| XYZ | 29.52 | 30.55 | 11.74 | - |
| YUV | 147.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 79 | 0 | 0.16 | 0.55 | 0.31 | 42.5 | 0.38 | 0.5 |
| Hex | AF | 93 | 4F | 0 | 10 | 37 | 1F | 2A | 26 | 32 |
| Octal | 257 | 223 | 117 | 0 | 20 | 67 | 37 | 52 | 46 | 62 |
| Binary | 10101111 | 10010011 | 1001111 | 0 | 10000 | 110111 | 11111 | 101010 | 100110 | 110010 |
Color Harmonies of #AF934F
Complementary color
Monochromatic Colors of #AF934F
Black with #AF934F
Text Example
Text Example
White with #AF934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF934F; }
p { color: rgb(175,147,79); }
H1.HeaderClassName
{
color: #AF934F;
}
.AnyTagClassName
{
color: #AF934F;
}
</style>
background-color css
<style>
a { background-color: #AF934F; }
a { background-color: rgb(175,147,79); }
div.DivClassName
{
background-color: #AF934F;
}
.BgClassName
{
background-color: #AF934F;
}
</style>
border-color css
<style>
span { border-color: #AF934F; }
span { border-color: rgb(175,147,79); }
td.TdClassName
{
border-color: #AF934F;
}
.TagClassName
{
border-color: #AF934F;
}
</style>