Shades of Husk #A5994C
Tints of Husk #A5994C
RGB
CMYK
RGB Variations
Color information
#A5994C (or 0xA5994C) is known color: Husk. HEX triplet: A5, 99 and 4C. RGB value is (165,153,76). Sum of RGB (Red+Green+Blue) = 165+153+76=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5994C is #5A66B3. Grayscale: #949494. Windows color (decimal): -5924532 or 5020069. OLE color: 5020069.
HSL color Cylindrical-coordinate representation of color #A5994C: hue angle of 51.91º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5994C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 76 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.35 |
| HSL | 51.91º | 0.37% | 0.47% | - |
| HSV(B) | 51.91º | 0.54% | 0.65% | - |
| XYZ | 28.21 | 31.3 | 11.39 | - |
| YUV | 147.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 76 | 0 | 0.07 | 0.54 | 0.35 | 51.91 | 0.37 | 0.47 |
| Hex | A5 | 99 | 4C | 0 | 7 | 36 | 23 | 34 | 25 | 2F |
| Octal | 245 | 231 | 114 | 0 | 7 | 66 | 43 | 64 | 45 | 57 |
| Binary | 10100101 | 10011001 | 1001100 | 0 | 111 | 110110 | 100011 | 110100 | 100101 | 101111 |
Color Harmonies of #A5994C
Complementary color
Monochromatic Colors of #A5994C
Black with #A5994C
Text Example
Text Example
White with #A5994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5994C; }
p { color: rgb(165,153,76); }
H1.HeaderClassName
{
color: #A5994C;
}
.AnyTagClassName
{
color: #A5994C;
}
</style>
background-color css
<style>
a { background-color: #A5994C; }
a { background-color: rgb(165,153,76); }
div.DivClassName
{
background-color: #A5994C;
}
.BgClassName
{
background-color: #A5994C;
}
</style>
border-color css
<style>
span { border-color: #A5994C; }
span { border-color: rgb(165,153,76); }
td.TdClassName
{
border-color: #A5994C;
}
.TagClassName
{
border-color: #A5994C;
}
</style>