Shades of Venus #A18A8E
Tints of Venus #A18A8E
RGB
CMYK
RGB Variations
Color information
#A18A8E (or 0xA18A8E) is known color: Venus. HEX triplet: A1, 8A and 8E. RGB value is (161,138,142). Sum of RGB (Red+Green+Blue) = 161+138+142=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A8E is #5E7571. Grayscale: #919191. Windows color (decimal): -6190450 or 9341601. OLE color: 9341601.
HSL color Cylindrical-coordinate representation of color #A18A8E: hue angle of 349.57º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18A8E is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 142 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.37 |
| HSL | 349.57º | 0.11% | 0.59% | - |
| HSV(B) | 349.57º | 0.14% | 0.63% | - |
| XYZ | 28.67 | 27.71 | 29.43 | - |
| YUV | 145.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 142 | 0 | 0.14 | 0.12 | 0.37 | 349.57 | 0.11 | 0.59 |
| Hex | A1 | 8A | 8E | 0 | E | C | 25 | 15E | B | 3B |
| Octal | 241 | 212 | 216 | 0 | 16 | 14 | 45 | 536 | 13 | 73 |
| Binary | 10100001 | 10001010 | 10001110 | 0 | 1110 | 1100 | 100101 | 101011110 | 1011 | 111011 |
Color Harmonies of #A18A8E
Complementary color
Monochromatic Colors of #A18A8E
Black with #A18A8E
Text Example
Text Example
White with #A18A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A8E; }
p { color: rgb(161,138,142); }
H1.HeaderClassName
{
color: #A18A8E;
}
.AnyTagClassName
{
color: #A18A8E;
}
</style>
background-color css
<style>
a { background-color: #A18A8E; }
a { background-color: rgb(161,138,142); }
div.DivClassName
{
background-color: #A18A8E;
}
.BgClassName
{
background-color: #A18A8E;
}
</style>
border-color css
<style>
span { border-color: #A18A8E; }
span { border-color: rgb(161,138,142); }
td.TdClassName
{
border-color: #A18A8E;
}
.TagClassName
{
border-color: #A18A8E;
}
</style>