Shades of Venus #A18389
Tints of Venus #A18389
RGB
CMYK
RGB Variations
Color information
#A18389 (or 0xA18389) is known color: Venus. HEX triplet: A1, 83 and 89. RGB value is (161,131,137). Sum of RGB (Red+Green+Blue) = 161+131+137=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A18389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18389 is #5E7C76. Grayscale: #8C8C8C. Windows color (decimal): -6192247 or 9012129. OLE color: 9012129.
HSL color Cylindrical-coordinate representation of color #A18389: hue angle of 348º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A18389 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 137 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.37 |
| HSL | 348º | 0.14% | 0.57% | - |
| HSV(B) | 348º | 0.19% | 0.63% | - |
| XYZ | 27.33 | 25.62 | 27.17 | - |
| YUV | 140.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 137 | 0 | 0.19 | 0.15 | 0.37 | 348 | 0.14 | 0.57 |
| Hex | A1 | 83 | 89 | 0 | 13 | F | 25 | 15C | E | 39 |
| Octal | 241 | 203 | 211 | 0 | 23 | 17 | 45 | 534 | 16 | 71 |
| Binary | 10100001 | 10000011 | 10001001 | 0 | 10011 | 1111 | 100101 | 101011100 | 1110 | 111001 |
Color Harmonies of #A18389
Complementary color
Monochromatic Colors of #A18389
Black with #A18389
Text Example
Text Example
White with #A18389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18389; }
p { color: rgb(161,131,137); }
H1.HeaderClassName
{
color: #A18389;
}
.AnyTagClassName
{
color: #A18389;
}
</style>
background-color css
<style>
a { background-color: #A18389; }
a { background-color: rgb(161,131,137); }
div.DivClassName
{
background-color: #A18389;
}
.BgClassName
{
background-color: #A18389;
}
</style>
border-color css
<style>
span { border-color: #A18389; }
span { border-color: rgb(161,131,137); }
td.TdClassName
{
border-color: #A18389;
}
.TagClassName
{
border-color: #A18389;
}
</style>