Shades of Husk #A5934D
Tints of Husk #A5934D
RGB
CMYK
RGB Variations
Color information
#A5934D (or 0xA5934D) is known color: Husk. HEX triplet: A5, 93 and 4D. RGB value is (165,147,77). Sum of RGB (Red+Green+Blue) = 165+147+77=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A5934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5934D is #5A6CB2. Grayscale: #909090. Windows color (decimal): -5926067 or 5084069. OLE color: 5084069.
HSL color Cylindrical-coordinate representation of color #A5934D: hue angle of 47.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5934D is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 77 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.35 |
| HSL | 47.73º | 0.36% | 0.47% | - |
| HSV(B) | 47.73º | 0.53% | 0.65% | - |
| XYZ | 27.29 | 29.4 | 11.26 | - |
| YUV | 144.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 77 | 0 | 0.11 | 0.53 | 0.35 | 47.73 | 0.36 | 0.47 |
| Hex | A5 | 93 | 4D | 0 | B | 35 | 23 | 30 | 24 | 2F |
| Octal | 245 | 223 | 115 | 0 | 13 | 65 | 43 | 60 | 44 | 57 |
| Binary | 10100101 | 10010011 | 1001101 | 0 | 1011 | 110101 | 100011 | 110000 | 100100 | 101111 |
Color Harmonies of #A5934D
Complementary color
Monochromatic Colors of #A5934D
Black with #A5934D
Text Example
Text Example
White with #A5934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5934D; }
p { color: rgb(165,147,77); }
H1.HeaderClassName
{
color: #A5934D;
}
.AnyTagClassName
{
color: #A5934D;
}
</style>
background-color css
<style>
a { background-color: #A5934D; }
a { background-color: rgb(165,147,77); }
div.DivClassName
{
background-color: #A5934D;
}
.BgClassName
{
background-color: #A5934D;
}
</style>
border-color css
<style>
span { border-color: #A5934D; }
span { border-color: rgb(165,147,77); }
td.TdClassName
{
border-color: #A5934D;
}
.TagClassName
{
border-color: #A5934D;
}
</style>