Shades of Venus #A18188
Tints of Venus #A18188
RGB
CMYK
RGB Variations
Color information
#A18188 (or 0xA18188) is known color: Venus. HEX triplet: A1, 81 and 88. RGB value is (161,129,136). Sum of RGB (Red+Green+Blue) = 161+129+136=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A18188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18188 is #5E7E77. Grayscale: #8B8B8B. Windows color (decimal): -6192760 or 8946081. OLE color: 8946081.
HSL color Cylindrical-coordinate representation of color #A18188: hue angle of 346.88º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A18188 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 136 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.37 |
| HSL | 346.88º | 0.15% | 0.57% | - |
| HSV(B) | 346.88º | 0.2% | 0.63% | - |
| XYZ | 26.99 | 25.06 | 26.71 | - |
| YUV | 139.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 136 | 0 | 0.20 | 0.16 | 0.37 | 346.88 | 0.15 | 0.57 |
| Hex | A1 | 81 | 88 | 0 | 14 | 10 | 25 | 15B | F | 39 |
| Octal | 241 | 201 | 210 | 0 | 24 | 20 | 45 | 533 | 17 | 71 |
| Binary | 10100001 | 10000001 | 10001000 | 0 | 10100 | 10000 | 100101 | 101011011 | 1111 | 111001 |
Color Harmonies of #A18188
Complementary color
Monochromatic Colors of #A18188
Black with #A18188
Text Example
Text Example
White with #A18188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18188; }
p { color: rgb(161,129,136); }
H1.HeaderClassName
{
color: #A18188;
}
.AnyTagClassName
{
color: #A18188;
}
</style>
background-color css
<style>
a { background-color: #A18188; }
a { background-color: rgb(161,129,136); }
div.DivClassName
{
background-color: #A18188;
}
.BgClassName
{
background-color: #A18188;
}
</style>
border-color css
<style>
span { border-color: #A18188; }
span { border-color: rgb(161,129,136); }
td.TdClassName
{
border-color: #A18188;
}
.TagClassName
{
border-color: #A18188;
}
</style>