Shades of Husk #A5944C
Tints of Husk #A5944C
RGB
CMYK
RGB Variations
Color information
#A5944C (or 0xA5944C) is known color: Husk. HEX triplet: A5, 94 and 4C. RGB value is (165,148,76). Sum of RGB (Red+Green+Blue) = 165+148+76=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5944C is #5A6BB3. Grayscale: #919191. Windows color (decimal): -5925812 or 5018789. OLE color: 5018789.
HSL color Cylindrical-coordinate representation of color #A5944C: hue angle of 48.54º 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 #A5944C is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 148 | 76 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.35 |
| HSL | 48.54º | 0.37% | 0.47% | - |
| HSV(B) | 48.54º | 0.54% | 0.65% | - |
| XYZ | 27.41 | 29.7 | 11.13 | - |
| YUV | 144.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 76 | 0 | 0.10 | 0.54 | 0.35 | 48.54 | 0.37 | 0.47 |
| Hex | A5 | 94 | 4C | 0 | A | 36 | 23 | 31 | 25 | 2F |
| Octal | 245 | 224 | 114 | 0 | 12 | 66 | 43 | 61 | 45 | 57 |
| Binary | 10100101 | 10010100 | 1001100 | 0 | 1010 | 110110 | 100011 | 110001 | 100101 | 101111 |
Color Harmonies of #A5944C
Complementary color
Monochromatic Colors of #A5944C
Black with #A5944C
Text Example
Text Example
White with #A5944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5944C; }
p { color: rgb(165,148,76); }
H1.HeaderClassName
{
color: #A5944C;
}
.AnyTagClassName
{
color: #A5944C;
}
</style>
background-color css
<style>
a { background-color: #A5944C; }
a { background-color: rgb(165,148,76); }
div.DivClassName
{
background-color: #A5944C;
}
.BgClassName
{
background-color: #A5944C;
}
</style>
border-color css
<style>
span { border-color: #A5944C; }
span { border-color: rgb(165,148,76); }
td.TdClassName
{
border-color: #A5944C;
}
.TagClassName
{
border-color: #A5944C;
}
</style>