Shades of Husk #AF9C50
Tints of Husk #AF9C50
RGB
CMYK
RGB Variations
Color information
#AF9C50 (or 0xAF9C50) is known color: Husk. HEX triplet: AF, 9C and 50. RGB value is (175,156,80). Sum of RGB (Red+Green+Blue) = 175+156+80=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C50 is #5063AF. Grayscale: #999999. Windows color (decimal): -5268400 or 5282991. OLE color: 5282991.
HSL color Cylindrical-coordinate representation of color #AF9C50: hue angle of 48º 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 #AF9C50 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 80 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.31 |
| HSL | 48º | 0.37% | 0.5% | - |
| HSV(B) | 48º | 0.54% | 0.69% | - |
| XYZ | 31.02 | 33.47 | 12.42 | - |
| YUV | 153.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 80 | 0 | 0.11 | 0.54 | 0.31 | 48 | 0.37 | 0.5 |
| Hex | AF | 9C | 50 | 0 | B | 36 | 1F | 30 | 25 | 32 |
| Octal | 257 | 234 | 120 | 0 | 13 | 66 | 37 | 60 | 45 | 62 |
| Binary | 10101111 | 10011100 | 1010000 | 0 | 1011 | 110110 | 11111 | 110000 | 100101 | 110010 |
Color Harmonies of #AF9C50
Complementary color
Monochromatic Colors of #AF9C50
Black with #AF9C50
Text Example
Text Example
White with #AF9C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C50; }
p { color: rgb(175,156,80); }
H1.HeaderClassName
{
color: #AF9C50;
}
.AnyTagClassName
{
color: #AF9C50;
}
</style>
background-color css
<style>
a { background-color: #AF9C50; }
a { background-color: rgb(175,156,80); }
div.DivClassName
{
background-color: #AF9C50;
}
.BgClassName
{
background-color: #AF9C50;
}
</style>
border-color css
<style>
span { border-color: #AF9C50; }
span { border-color: rgb(175,156,80); }
td.TdClassName
{
border-color: #AF9C50;
}
.TagClassName
{
border-color: #AF9C50;
}
</style>