Shades of Husk #AF9354
Tints of Husk #AF9354
RGB
CMYK
RGB Variations
Color information
#AF9354 (or 0xAF9354) is known color: Husk. HEX triplet: AF, 93 and 54. RGB value is (175,147,84). Sum of RGB (Red+Green+Blue) = 175+147+84=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9354 is #506CAB. Grayscale: #949494. Windows color (decimal): -5270700 or 5542831. OLE color: 5542831.
HSL color Cylindrical-coordinate representation of color #AF9354: hue angle of 41.54º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF9354 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 147 | 84 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.31 |
| HSL | 41.54º | 0.36% | 0.51% | - |
| HSV(B) | 41.54º | 0.52% | 0.69% | - |
| XYZ | 29.71 | 30.62 | 12.73 | - |
| YUV | 148.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 147 | 84 | 0 | 0.16 | 0.52 | 0.31 | 41.54 | 0.36 | 0.51 |
| Hex | AF | 93 | 54 | 0 | 10 | 34 | 1F | 2A | 24 | 33 |
| Octal | 257 | 223 | 124 | 0 | 20 | 64 | 37 | 52 | 44 | 63 |
| Binary | 10101111 | 10010011 | 1010100 | 0 | 10000 | 110100 | 11111 | 101010 | 100100 | 110011 |
Color Harmonies of #AF9354
Complementary color
Monochromatic Colors of #AF9354
Black with #AF9354
Text Example
Text Example
White with #AF9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9354; }
p { color: rgb(175,147,84); }
H1.HeaderClassName
{
color: #AF9354;
}
.AnyTagClassName
{
color: #AF9354;
}
</style>
background-color css
<style>
a { background-color: #AF9354; }
a { background-color: rgb(175,147,84); }
div.DivClassName
{
background-color: #AF9354;
}
.BgClassName
{
background-color: #AF9354;
}
</style>
border-color css
<style>
span { border-color: #AF9354; }
span { border-color: rgb(175,147,84); }
td.TdClassName
{
border-color: #AF9354;
}
.TagClassName
{
border-color: #AF9354;
}
</style>