Shades of Husk #AF9351
Tints of Husk #AF9351
RGB
CMYK
RGB Variations
Color information
#AF9351 (or 0xAF9351) is known color: Husk. HEX triplet: AF, 93 and 51. RGB value is (175,147,81). Sum of RGB (Red+Green+Blue) = 175+147+81=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9351 is #506CAE. Grayscale: #949494. Windows color (decimal): -5270703 or 5346223. OLE color: 5346223.
HSL color Cylindrical-coordinate representation of color #AF9351: hue angle of 42.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF9351 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 81 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.31 |
| HSL | 42.13º | 0.37% | 0.5% | - |
| HSV(B) | 42.13º | 0.54% | 0.69% | - |
| XYZ | 29.6 | 30.58 | 12.13 | - |
| YUV | 147.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 81 | 0 | 0.16 | 0.54 | 0.31 | 42.13 | 0.37 | 0.5 |
| Hex | AF | 93 | 51 | 0 | 10 | 36 | 1F | 2A | 25 | 32 |
| Octal | 257 | 223 | 121 | 0 | 20 | 66 | 37 | 52 | 45 | 62 |
| Binary | 10101111 | 10010011 | 1010001 | 0 | 10000 | 110110 | 11111 | 101010 | 100101 | 110010 |
Color Harmonies of #AF9351
Complementary color
Monochromatic Colors of #AF9351
Black with #AF9351
Text Example
Text Example
White with #AF9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9351; }
p { color: rgb(175,147,81); }
H1.HeaderClassName
{
color: #AF9351;
}
.AnyTagClassName
{
color: #AF9351;
}
</style>
background-color css
<style>
a { background-color: #AF9351; }
a { background-color: rgb(175,147,81); }
div.DivClassName
{
background-color: #AF9351;
}
.BgClassName
{
background-color: #AF9351;
}
</style>
border-color css
<style>
span { border-color: #AF9351; }
span { border-color: rgb(175,147,81); }
td.TdClassName
{
border-color: #AF9351;
}
.TagClassName
{
border-color: #AF9351;
}
</style>