Shades of Husk #A4934B
Tints of Husk #A4934B
RGB
CMYK
RGB Variations
Color information
#A4934B (or 0xA4934B) is known color: Husk. HEX triplet: A4, 93 and 4B. RGB value is (164,147,75). Sum of RGB (Red+Green+Blue) = 164+147+75=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A4934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4934B is #5B6CB4. Grayscale: #909090. Windows color (decimal): -5991605 or 4952996. OLE color: 4952996.
HSL color Cylindrical-coordinate representation of color #A4934B: hue angle of 48.54º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4934B is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 147 | 75 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.36 |
| HSL | 48.54º | 0.37% | 0.47% | - |
| HSV(B) | 48.54º | 0.54% | 0.64% | - |
| XYZ | 27.01 | 29.27 | 10.88 | - |
| YUV | 143.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 75 | 0 | 0.10 | 0.54 | 0.36 | 48.54 | 0.37 | 0.47 |
| Hex | A4 | 93 | 4B | 0 | A | 36 | 24 | 31 | 25 | 2F |
| Octal | 244 | 223 | 113 | 0 | 12 | 66 | 44 | 61 | 45 | 57 |
| Binary | 10100100 | 10010011 | 1001011 | 0 | 1010 | 110110 | 100100 | 110001 | 100101 | 101111 |
Color Harmonies of #A4934B
Complementary color
Monochromatic Colors of #A4934B
Black with #A4934B
Text Example
Text Example
White with #A4934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4934B; }
p { color: rgb(164,147,75); }
H1.HeaderClassName
{
color: #A4934B;
}
.AnyTagClassName
{
color: #A4934B;
}
</style>
background-color css
<style>
a { background-color: #A4934B; }
a { background-color: rgb(164,147,75); }
div.DivClassName
{
background-color: #A4934B;
}
.BgClassName
{
background-color: #A4934B;
}
</style>
border-color css
<style>
span { border-color: #A4934B; }
span { border-color: rgb(164,147,75); }
td.TdClassName
{
border-color: #A4934B;
}
.TagClassName
{
border-color: #A4934B;
}
</style>