Shades of Husk #A99D5C
Tints of Husk #A99D5C
RGB
CMYK
RGB Variations
Color information
#A99D5C (or 0xA99D5C) is known color: Husk. HEX triplet: A9, 9D and 5C. RGB value is (169,157,92). Sum of RGB (Red+Green+Blue) = 169+157+92=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D5C is #5662A3. Grayscale: #999999. Windows color (decimal): -5661348 or 6069673. OLE color: 6069673.
HSL color Cylindrical-coordinate representation of color #A99D5C: hue angle of 50.65º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A99D5C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 92 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.34 |
| HSL | 50.65º | 0.31% | 0.51% | - |
| HSV(B) | 50.65º | 0.46% | 0.66% | - |
| XYZ | 30.35 | 33.32 | 14.96 | - |
| YUV | 153.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 92 | 0 | 0.07 | 0.46 | 0.34 | 50.65 | 0.31 | 0.51 |
| Hex | A9 | 9D | 5C | 0 | 7 | 2E | 22 | 33 | 1F | 33 |
| Octal | 251 | 235 | 134 | 0 | 7 | 56 | 42 | 63 | 37 | 63 |
| Binary | 10101001 | 10011101 | 1011100 | 0 | 111 | 101110 | 100010 | 110011 | 11111 | 110011 |
Color Harmonies of #A99D5C
Complementary color
Monochromatic Colors of #A99D5C
Black with #A99D5C
Text Example
Text Example
White with #A99D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D5C; }
p { color: rgb(169,157,92); }
H1.HeaderClassName
{
color: #A99D5C;
}
.AnyTagClassName
{
color: #A99D5C;
}
</style>
background-color css
<style>
a { background-color: #A99D5C; }
a { background-color: rgb(169,157,92); }
div.DivClassName
{
background-color: #A99D5C;
}
.BgClassName
{
background-color: #A99D5C;
}
</style>
border-color css
<style>
span { border-color: #A99D5C; }
span { border-color: rgb(169,157,92); }
td.TdClassName
{
border-color: #A99D5C;
}
.TagClassName
{
border-color: #A99D5C;
}
</style>