Shades of Husk #AF9A45
Tints of Husk #AF9A45
RGB
CMYK
RGB Variations
Color information
#AF9A45 (or 0xAF9A45) is known color: Husk. HEX triplet: AF, 9A and 45. RGB value is (175,154,69). Sum of RGB (Red+Green+Blue) = 175+154+69=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A45 is #5065BA. Grayscale: #969696. Windows color (decimal): -5268923 or 4561583. OLE color: 4561583.
HSL color Cylindrical-coordinate representation of color #AF9A45: hue angle of 48.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF9A45 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 154 | 69 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.31 |
| HSL | 48.11º | 0.43% | 0.48% | - |
| HSV(B) | 48.11º | 0.61% | 0.69% | - |
| XYZ | 30.31 | 32.65 | 10.34 | - |
| YUV | 150.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 69 | 0 | 0.12 | 0.61 | 0.31 | 48.11 | 0.43 | 0.48 |
| Hex | AF | 9A | 45 | 0 | C | 3D | 1F | 30 | 2B | 30 |
| Octal | 257 | 232 | 105 | 0 | 14 | 75 | 37 | 60 | 53 | 60 |
| Binary | 10101111 | 10011010 | 1000101 | 0 | 1100 | 111101 | 11111 | 110000 | 101011 | 110000 |
Color Harmonies of #AF9A45
Complementary color
Monochromatic Colors of #AF9A45
Black with #AF9A45
Text Example
Text Example
White with #AF9A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9A45; }
p { color: rgb(175,154,69); }
H1.HeaderClassName
{
color: #AF9A45;
}
.AnyTagClassName
{
color: #AF9A45;
}
</style>
background-color css
<style>
a { background-color: #AF9A45; }
a { background-color: rgb(175,154,69); }
div.DivClassName
{
background-color: #AF9A45;
}
.BgClassName
{
background-color: #AF9A45;
}
</style>
border-color css
<style>
span { border-color: #AF9A45; }
span { border-color: rgb(175,154,69); }
td.TdClassName
{
border-color: #AF9A45;
}
.TagClassName
{
border-color: #AF9A45;
}
</style>