Shades of Husk #AF9C4E
Tints of Husk #AF9C4E
RGB
CMYK
RGB Variations
Color information
#AF9C4E (or 0xAF9C4E) is known color: Husk. HEX triplet: AF, 9C and 4E. RGB value is (175,156,78). Sum of RGB (Red+Green+Blue) = 175+156+78=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C4E is #5063B1. Grayscale: #999999. Windows color (decimal): -5268402 or 5151919. OLE color: 5151919.
HSL color Cylindrical-coordinate representation of color #AF9C4E: hue angle of 48.25º 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 #AF9C4E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 78 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.31 |
| HSL | 48.25º | 0.38% | 0.5% | - |
| HSV(B) | 48.25º | 0.55% | 0.69% | - |
| XYZ | 30.94 | 33.44 | 12.03 | - |
| YUV | 152.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 78 | 0 | 0.11 | 0.55 | 0.31 | 48.25 | 0.38 | 0.5 |
| Hex | AF | 9C | 4E | 0 | B | 37 | 1F | 30 | 26 | 32 |
| Octal | 257 | 234 | 116 | 0 | 13 | 67 | 37 | 60 | 46 | 62 |
| Binary | 10101111 | 10011100 | 1001110 | 0 | 1011 | 110111 | 11111 | 110000 | 100110 | 110010 |
Color Harmonies of #AF9C4E
Complementary color
Monochromatic Colors of #AF9C4E
Black with #AF9C4E
Text Example
Text Example
White with #AF9C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C4E; }
p { color: rgb(175,156,78); }
H1.HeaderClassName
{
color: #AF9C4E;
}
.AnyTagClassName
{
color: #AF9C4E;
}
</style>
background-color css
<style>
a { background-color: #AF9C4E; }
a { background-color: rgb(175,156,78); }
div.DivClassName
{
background-color: #AF9C4E;
}
.BgClassName
{
background-color: #AF9C4E;
}
</style>
border-color css
<style>
span { border-color: #AF9C4E; }
span { border-color: rgb(175,156,78); }
td.TdClassName
{
border-color: #AF9C4E;
}
.TagClassName
{
border-color: #AF9C4E;
}
</style>