Shades of Husk #AF954C
Tints of Husk #AF954C
RGB
CMYK
RGB Variations
Color information
#AF954C (or 0xAF954C) is known color: Husk. HEX triplet: AF, 95 and 4C. RGB value is (175,149,76). Sum of RGB (Red+Green+Blue) = 175+149+76=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF954C is #506AB3. Grayscale: #949494. Windows color (decimal): -5270196 or 5019055. OLE color: 5019055.
HSL color Cylindrical-coordinate representation of color #AF954C: hue angle of 44.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF954C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 149 | 76 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.31 |
| HSL | 44.24º | 0.39% | 0.49% | - |
| HSV(B) | 44.24º | 0.57% | 0.69% | - |
| XYZ | 29.73 | 31.13 | 11.28 | - |
| YUV | 148.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 149 | 76 | 0 | 0.15 | 0.57 | 0.31 | 44.24 | 0.39 | 0.49 |
| Hex | AF | 95 | 4C | 0 | F | 39 | 1F | 2C | 27 | 31 |
| Octal | 257 | 225 | 114 | 0 | 17 | 71 | 37 | 54 | 47 | 61 |
| Binary | 10101111 | 10010101 | 1001100 | 0 | 1111 | 111001 | 11111 | 101100 | 100111 | 110001 |
Color Harmonies of #AF954C
Complementary color
Monochromatic Colors of #AF954C
Black with #AF954C
Text Example
Text Example
White with #AF954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF954C; }
p { color: rgb(175,149,76); }
H1.HeaderClassName
{
color: #AF954C;
}
.AnyTagClassName
{
color: #AF954C;
}
</style>
background-color css
<style>
a { background-color: #AF954C; }
a { background-color: rgb(175,149,76); }
div.DivClassName
{
background-color: #AF954C;
}
.BgClassName
{
background-color: #AF954C;
}
</style>
border-color css
<style>
span { border-color: #AF954C; }
span { border-color: rgb(175,149,76); }
td.TdClassName
{
border-color: #AF954C;
}
.TagClassName
{
border-color: #AF954C;
}
</style>