Shades of Husk #AF934D
Tints of Husk #AF934D
RGB
CMYK
RGB Variations
Color information
#AF934D (or 0xAF934D) is known color: Husk. HEX triplet: AF, 93 and 4D. RGB value is (175,147,77). Sum of RGB (Red+Green+Blue) = 175+147+77=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF934D is #506CB2. Grayscale: #939393. Windows color (decimal): -5270707 or 5084079. OLE color: 5084079.
HSL color Cylindrical-coordinate representation of color #AF934D: hue angle of 42.86º 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 #AF934D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 77 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.31 |
| HSL | 42.86º | 0.39% | 0.49% | - |
| HSV(B) | 42.86º | 0.56% | 0.69% | - |
| XYZ | 29.45 | 30.52 | 11.36 | - |
| YUV | 147.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 77 | 0 | 0.16 | 0.56 | 0.31 | 42.86 | 0.39 | 0.49 |
| Hex | AF | 93 | 4D | 0 | 10 | 38 | 1F | 2B | 27 | 31 |
| Octal | 257 | 223 | 115 | 0 | 20 | 70 | 37 | 53 | 47 | 61 |
| Binary | 10101111 | 10010011 | 1001101 | 0 | 10000 | 111000 | 11111 | 101011 | 100111 | 110001 |
Color Harmonies of #AF934D
Complementary color
Monochromatic Colors of #AF934D
Black with #AF934D
Text Example
Text Example
White with #AF934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF934D; }
p { color: rgb(175,147,77); }
H1.HeaderClassName
{
color: #AF934D;
}
.AnyTagClassName
{
color: #AF934D;
}
</style>
background-color css
<style>
a { background-color: #AF934D; }
a { background-color: rgb(175,147,77); }
div.DivClassName
{
background-color: #AF934D;
}
.BgClassName
{
background-color: #AF934D;
}
</style>
border-color css
<style>
span { border-color: #AF934D; }
span { border-color: rgb(175,147,77); }
td.TdClassName
{
border-color: #AF934D;
}
.TagClassName
{
border-color: #AF934D;
}
</style>