Shades of Husk #A3944C
Tints of Husk #A3944C
RGB
CMYK
RGB Variations
Color information
#A3944C (or 0xA3944C) is known color: Husk. HEX triplet: A3, 94 and 4C. RGB value is (163,148,76). Sum of RGB (Red+Green+Blue) = 163+148+76=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3944C is #5C6BB3. Grayscale: #909090. Windows color (decimal): -6056884 or 5018787. OLE color: 5018787.
HSL color Cylindrical-coordinate representation of color #A3944C: hue angle of 49.66º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3944C is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 148 | 76 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.36 |
| HSL | 49.66º | 0.36% | 0.47% | - |
| HSV(B) | 49.66º | 0.53% | 0.64% | - |
| XYZ | 27 | 29.49 | 11.11 | - |
| YUV | 144.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 76 | 0 | 0.09 | 0.53 | 0.36 | 49.66 | 0.36 | 0.47 |
| Hex | A3 | 94 | 4C | 0 | 9 | 35 | 24 | 32 | 24 | 2F |
| Octal | 243 | 224 | 114 | 0 | 11 | 65 | 44 | 62 | 44 | 57 |
| Binary | 10100011 | 10010100 | 1001100 | 0 | 1001 | 110101 | 100100 | 110010 | 100100 | 101111 |
Color Harmonies of #A3944C
Complementary color
Monochromatic Colors of #A3944C
Black with #A3944C
Text Example
Text Example
White with #A3944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3944C; }
p { color: rgb(163,148,76); }
H1.HeaderClassName
{
color: #A3944C;
}
.AnyTagClassName
{
color: #A3944C;
}
</style>
background-color css
<style>
a { background-color: #A3944C; }
a { background-color: rgb(163,148,76); }
div.DivClassName
{
background-color: #A3944C;
}
.BgClassName
{
background-color: #A3944C;
}
</style>
border-color css
<style>
span { border-color: #A3944C; }
span { border-color: rgb(163,148,76); }
td.TdClassName
{
border-color: #A3944C;
}
.TagClassName
{
border-color: #A3944C;
}
</style>