Shades of Husk #AF924A
Tints of Husk #AF924A
RGB
CMYK
RGB Variations
Color information
#AF924A (or 0xAF924A) is known color: Husk. HEX triplet: AF, 92 and 4A. RGB value is (175,146,74). Sum of RGB (Red+Green+Blue) = 175+146+74=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF924A is #506DB5. Grayscale: #929292. Windows color (decimal): -5270966 or 4887215. OLE color: 4887215.
HSL color Cylindrical-coordinate representation of color #AF924A: hue angle of 42.77º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF924A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 146 | 74 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.31 |
| HSL | 42.77º | 0.41% | 0.49% | - |
| HSV(B) | 42.77º | 0.58% | 0.69% | - |
| XYZ | 29.19 | 30.17 | 10.76 | - |
| YUV | 146.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 74 | 0 | 0.17 | 0.58 | 0.31 | 42.77 | 0.41 | 0.49 |
| Hex | AF | 92 | 4A | 0 | 11 | 3A | 1F | 2B | 29 | 31 |
| Octal | 257 | 222 | 112 | 0 | 21 | 72 | 37 | 53 | 51 | 61 |
| Binary | 10101111 | 10010010 | 1001010 | 0 | 10001 | 111010 | 11111 | 101011 | 101001 | 110001 |
Color Harmonies of #AF924A
Complementary color
Monochromatic Colors of #AF924A
Black with #AF924A
Text Example
Text Example
White with #AF924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF924A; }
p { color: rgb(175,146,74); }
H1.HeaderClassName
{
color: #AF924A;
}
.AnyTagClassName
{
color: #AF924A;
}
</style>
background-color css
<style>
a { background-color: #AF924A; }
a { background-color: rgb(175,146,74); }
div.DivClassName
{
background-color: #AF924A;
}
.BgClassName
{
background-color: #AF924A;
}
</style>
border-color css
<style>
span { border-color: #AF924A; }
span { border-color: rgb(175,146,74); }
td.TdClassName
{
border-color: #AF924A;
}
.TagClassName
{
border-color: #AF924A;
}
</style>