Shades of Venus #A18B8D
Tints of Venus #A18B8D
RGB
CMYK
RGB Variations
Color information
#A18B8D (or 0xA18B8D) is known color: Venus. HEX triplet: A1, 8B and 8D. RGB value is (161,139,141). Sum of RGB (Red+Green+Blue) = 161+139+141=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B8D is #5E7472. Grayscale: #919191. Windows color (decimal): -6190195 or 9276321. OLE color: 9276321.
HSL color Cylindrical-coordinate representation of color #A18B8D: hue angle of 354.55º degrees, saturation: 0.1, 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 #A18B8D is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 141 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.37 |
| HSL | 354.55º | 0.1% | 0.59% | - |
| HSV(B) | 354.55º | 0.14% | 0.63% | - |
| XYZ | 28.74 | 27.97 | 29.08 | - |
| YUV | 145.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 141 | 0 | 0.14 | 0.12 | 0.37 | 354.55 | 0.1 | 0.59 |
| Hex | A1 | 8B | 8D | 0 | E | C | 25 | 163 | A | 3B |
| Octal | 241 | 213 | 215 | 0 | 16 | 14 | 45 | 543 | 12 | 73 |
| Binary | 10100001 | 10001011 | 10001101 | 0 | 1110 | 1100 | 100101 | 101100011 | 1010 | 111011 |
Color Harmonies of #A18B8D
Complementary color
Monochromatic Colors of #A18B8D
Black with #A18B8D
Text Example
Text Example
White with #A18B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B8D; }
p { color: rgb(161,139,141); }
H1.HeaderClassName
{
color: #A18B8D;
}
.AnyTagClassName
{
color: #A18B8D;
}
</style>
background-color css
<style>
a { background-color: #A18B8D; }
a { background-color: rgb(161,139,141); }
div.DivClassName
{
background-color: #A18B8D;
}
.BgClassName
{
background-color: #A18B8D;
}
</style>
border-color css
<style>
span { border-color: #A18B8D; }
span { border-color: rgb(161,139,141); }
td.TdClassName
{
border-color: #A18B8D;
}
.TagClassName
{
border-color: #A18B8D;
}
</style>