Shades of Husk #A19D4B
Tints of Husk #A19D4B
RGB
CMYK
RGB Variations
Color information
#A19D4B (or 0xA19D4B) is known color: Husk. HEX triplet: A1, 9D and 4B. RGB value is (161,157,75). Sum of RGB (Red+Green+Blue) = 161+157+75=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D4B is #5E62B4. Grayscale: #959595. Windows color (decimal): -6185653 or 4955553. OLE color: 4955553.
HSL color Cylindrical-coordinate representation of color #A19D4B: hue angle of 57.21º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A19D4B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 75 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.37 |
| HSL | 57.21º | 0.36% | 0.46% | - |
| HSV(B) | 57.21º | 0.53% | 0.63% | - |
| XYZ | 28.02 | 32.2 | 11.39 | - |
| YUV | 148.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 75 | 0 | 0.02 | 0.53 | 0.37 | 57.21 | 0.36 | 0.46 |
| Hex | A1 | 9D | 4B | 0 | 2 | 35 | 25 | 39 | 24 | 2E |
| Octal | 241 | 235 | 113 | 0 | 2 | 65 | 45 | 71 | 44 | 56 |
| Binary | 10100001 | 10011101 | 1001011 | 0 | 10 | 110101 | 100101 | 111001 | 100100 | 101110 |
Color Harmonies of #A19D4B
Complementary color
Monochromatic Colors of #A19D4B
Black with #A19D4B
Text Example
Text Example
White with #A19D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D4B; }
p { color: rgb(161,157,75); }
H1.HeaderClassName
{
color: #A19D4B;
}
.AnyTagClassName
{
color: #A19D4B;
}
</style>
background-color css
<style>
a { background-color: #A19D4B; }
a { background-color: rgb(161,157,75); }
div.DivClassName
{
background-color: #A19D4B;
}
.BgClassName
{
background-color: #A19D4B;
}
</style>
border-color css
<style>
span { border-color: #A19D4B; }
span { border-color: rgb(161,157,75); }
td.TdClassName
{
border-color: #A19D4B;
}
.TagClassName
{
border-color: #A19D4B;
}
</style>