Shades of Venus #A18589
Tints of Venus #A18589
RGB
CMYK
RGB Variations
Color information
#A18589 (or 0xA18589) is known color: Venus. HEX triplet: A1, 85 and 89. RGB value is (161,133,137). Sum of RGB (Red+Green+Blue) = 161+133+137=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 161 - color contains mainly: red. Hex color #A18589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18589 is #5E7A76. Grayscale: #8D8D8D. Windows color (decimal): -6191735 or 9012641. OLE color: 9012641.
HSL color Cylindrical-coordinate representation of color #A18589: hue angle of 351.43º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A18589 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 137 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.37 |
| HSL | 351.43º | 0.13% | 0.58% | - |
| HSV(B) | 351.43º | 0.17% | 0.63% | - |
| XYZ | 27.6 | 26.16 | 27.26 | - |
| YUV | 141.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 137 | 0 | 0.17 | 0.15 | 0.37 | 351.43 | 0.13 | 0.58 |
| Hex | A1 | 85 | 89 | 0 | 11 | F | 25 | 15F | D | 3A |
| Octal | 241 | 205 | 211 | 0 | 21 | 17 | 45 | 537 | 15 | 72 |
| Binary | 10100001 | 10000101 | 10001001 | 0 | 10001 | 1111 | 100101 | 101011111 | 1101 | 111010 |
Color Harmonies of #A18589
Complementary color
Monochromatic Colors of #A18589
Black with #A18589
Text Example
Text Example
White with #A18589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18589; }
p { color: rgb(161,133,137); }
H1.HeaderClassName
{
color: #A18589;
}
.AnyTagClassName
{
color: #A18589;
}
</style>
background-color css
<style>
a { background-color: #A18589; }
a { background-color: rgb(161,133,137); }
div.DivClassName
{
background-color: #A18589;
}
.BgClassName
{
background-color: #A18589;
}
</style>
border-color css
<style>
span { border-color: #A18589; }
span { border-color: rgb(161,133,137); }
td.TdClassName
{
border-color: #A18589;
}
.TagClassName
{
border-color: #A18589;
}
</style>