Shades of Husk #AF974D
Tints of Husk #AF974D
RGB
CMYK
RGB Variations
Color information
#AF974D (or 0xAF974D) is known color: Husk. HEX triplet: AF, 97 and 4D. RGB value is (175,151,77). Sum of RGB (Red+Green+Blue) = 175+151+77=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF974D is #5068B2. Grayscale: #969696. Windows color (decimal): -5269683 or 5085103. OLE color: 5085103.
HSL color Cylindrical-coordinate representation of color #AF974D: hue angle of 45.31º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF974D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 77 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.31 |
| HSL | 45.31º | 0.39% | 0.49% | - |
| HSV(B) | 45.31º | 0.56% | 0.69% | - |
| XYZ | 30.09 | 31.78 | 11.57 | - |
| YUV | 149.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 77 | 0 | 0.14 | 0.56 | 0.31 | 45.31 | 0.39 | 0.49 |
| Hex | AF | 97 | 4D | 0 | E | 38 | 1F | 2D | 27 | 31 |
| Octal | 257 | 227 | 115 | 0 | 16 | 70 | 37 | 55 | 47 | 61 |
| Binary | 10101111 | 10010111 | 1001101 | 0 | 1110 | 111000 | 11111 | 101101 | 100111 | 110001 |
Color Harmonies of #AF974D
Complementary color
Monochromatic Colors of #AF974D
Black with #AF974D
Text Example
Text Example
White with #AF974D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF974D; }
p { color: rgb(175,151,77); }
H1.HeaderClassName
{
color: #AF974D;
}
.AnyTagClassName
{
color: #AF974D;
}
</style>
background-color css
<style>
a { background-color: #AF974D; }
a { background-color: rgb(175,151,77); }
div.DivClassName
{
background-color: #AF974D;
}
.BgClassName
{
background-color: #AF974D;
}
</style>
border-color css
<style>
span { border-color: #AF974D; }
span { border-color: rgb(175,151,77); }
td.TdClassName
{
border-color: #AF974D;
}
.TagClassName
{
border-color: #AF974D;
}
</style>