Shades of Husk #AF9754
Tints of Husk #AF9754
RGB
CMYK
RGB Variations
Color information
#AF9754 (or 0xAF9754) is known color: Husk. HEX triplet: AF, 97 and 54. RGB value is (175,151,84). Sum of RGB (Red+Green+Blue) = 175+151+84=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9754 is #5068AB. Grayscale: #969696. Windows color (decimal): -5269676 or 5543855. OLE color: 5543855.
HSL color Cylindrical-coordinate representation of color #AF9754: hue angle of 44.18º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF9754 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 151 | 84 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.31 |
| HSL | 44.18º | 0.36% | 0.51% | - |
| HSV(B) | 44.18º | 0.52% | 0.69% | - |
| XYZ | 30.35 | 31.89 | 12.94 | - |
| YUV | 150.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 151 | 84 | 0 | 0.14 | 0.52 | 0.31 | 44.18 | 0.36 | 0.51 |
| Hex | AF | 97 | 54 | 0 | E | 34 | 1F | 2C | 24 | 33 |
| Octal | 257 | 227 | 124 | 0 | 16 | 64 | 37 | 54 | 44 | 63 |
| Binary | 10101111 | 10010111 | 1010100 | 0 | 1110 | 110100 | 11111 | 101100 | 100100 | 110011 |
Color Harmonies of #AF9754
Complementary color
Monochromatic Colors of #AF9754
Black with #AF9754
Text Example
Text Example
White with #AF9754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9754; }
p { color: rgb(175,151,84); }
H1.HeaderClassName
{
color: #AF9754;
}
.AnyTagClassName
{
color: #AF9754;
}
</style>
background-color css
<style>
a { background-color: #AF9754; }
a { background-color: rgb(175,151,84); }
div.DivClassName
{
background-color: #AF9754;
}
.BgClassName
{
background-color: #AF9754;
}
</style>
border-color css
<style>
span { border-color: #AF9754; }
span { border-color: rgb(175,151,84); }
td.TdClassName
{
border-color: #AF9754;
}
.TagClassName
{
border-color: #AF9754;
}
</style>