Shades of Husk #AF974E
Tints of Husk #AF974E
RGB
CMYK
RGB Variations
Color information
#AF974E (or 0xAF974E) is known color: Husk. HEX triplet: AF, 97 and 4E. RGB value is (175,151,78). Sum of RGB (Red+Green+Blue) = 175+151+78=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF974E is #5068B1. Grayscale: #969696. Windows color (decimal): -5269682 or 5150639. OLE color: 5150639.
HSL color Cylindrical-coordinate representation of color #AF974E: hue angle of 45.15º 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 #AF974E is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 78 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.31 |
| HSL | 45.15º | 0.38% | 0.5% | - |
| HSV(B) | 45.15º | 0.55% | 0.69% | - |
| XYZ | 30.12 | 31.8 | 11.76 | - |
| YUV | 149.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 78 | 0 | 0.14 | 0.55 | 0.31 | 45.15 | 0.38 | 0.5 |
| Hex | AF | 97 | 4E | 0 | E | 37 | 1F | 2D | 26 | 32 |
| Octal | 257 | 227 | 116 | 0 | 16 | 67 | 37 | 55 | 46 | 62 |
| Binary | 10101111 | 10010111 | 1001110 | 0 | 1110 | 110111 | 11111 | 101101 | 100110 | 110010 |
Color Harmonies of #AF974E
Complementary color
Monochromatic Colors of #AF974E
Black with #AF974E
Text Example
Text Example
White with #AF974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF974E; }
p { color: rgb(175,151,78); }
H1.HeaderClassName
{
color: #AF974E;
}
.AnyTagClassName
{
color: #AF974E;
}
</style>
background-color css
<style>
a { background-color: #AF974E; }
a { background-color: rgb(175,151,78); }
div.DivClassName
{
background-color: #AF974E;
}
.BgClassName
{
background-color: #AF974E;
}
</style>
border-color css
<style>
span { border-color: #AF974E; }
span { border-color: rgb(175,151,78); }
td.TdClassName
{
border-color: #AF974E;
}
.TagClassName
{
border-color: #AF974E;
}
</style>