Shades of Husk #A5934F
Tints of Husk #A5934F
RGB
CMYK
RGB Variations
Color information
#A5934F (or 0xA5934F) is known color: Husk. HEX triplet: A5, 93 and 4F. RGB value is (165,147,79). Sum of RGB (Red+Green+Blue) = 165+147+79=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5934F is #5A6CB0. Grayscale: #909090. Windows color (decimal): -5926065 or 5215141. OLE color: 5215141.
HSL color Cylindrical-coordinate representation of color #A5934F: hue angle of 47.44º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5934F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 147 | 79 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.35 |
| HSL | 47.44º | 0.35% | 0.48% | - |
| HSV(B) | 47.44º | 0.52% | 0.65% | - |
| XYZ | 27.36 | 29.43 | 11.64 | - |
| YUV | 144.63 | 90.96 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 147 | 79 | 0 | 0.11 | 0.52 | 0.35 | 47.44 | 0.35 | 0.48 |
| Hex | A5 | 93 | 4F | 0 | B | 34 | 23 | 2F | 23 | 30 |
| Octal | 245 | 223 | 117 | 0 | 13 | 64 | 43 | 57 | 43 | 60 |
| Binary | 10100101 | 10010011 | 1001111 | 0 | 1011 | 110100 | 100011 | 101111 | 100011 | 110000 |
Color Harmonies of #A5934F
Complementary color
Monochromatic Colors of #A5934F
Black with #A5934F
Text Example
Text Example
White with #A5934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5934F; }
p { color: rgb(165,147,79); }
H1.HeaderClassName
{
color: #A5934F;
}
.AnyTagClassName
{
color: #A5934F;
}
</style>
background-color css
<style>
a { background-color: #A5934F; }
a { background-color: rgb(165,147,79); }
div.DivClassName
{
background-color: #A5934F;
}
.BgClassName
{
background-color: #A5934F;
}
</style>
border-color css
<style>
span { border-color: #A5934F; }
span { border-color: rgb(165,147,79); }
td.TdClassName
{
border-color: #A5934F;
}
.TagClassName
{
border-color: #A5934F;
}
</style>