Shades of Venus #A08188
Tints of Venus #A08188
RGB
CMYK
RGB Variations
Color information
#A08188 (or 0xA08188) is known color: Venus. HEX triplet: A0, 81 and 88. RGB value is (160,129,136). Sum of RGB (Red+Green+Blue) = 160+129+136=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A08188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08188 is #5F7E77. Grayscale: #8B8B8B. Windows color (decimal): -6258296 or 8946080. OLE color: 8946080.
HSL color Cylindrical-coordinate representation of color #A08188: hue angle of 346.45º 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 #A08188 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 136 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.37 |
| HSL | 346.45º | 0.14% | 0.57% | - |
| HSV(B) | 346.45º | 0.19% | 0.63% | - |
| XYZ | 26.79 | 24.95 | 26.7 | - |
| YUV | 139.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 136 | 0 | 0.19 | 0.15 | 0.37 | 346.45 | 0.14 | 0.57 |
| Hex | A0 | 81 | 88 | 0 | 13 | F | 25 | 15A | E | 39 |
| Octal | 240 | 201 | 210 | 0 | 23 | 17 | 45 | 532 | 16 | 71 |
| Binary | 10100000 | 10000001 | 10001000 | 0 | 10011 | 1111 | 100101 | 101011010 | 1110 | 111001 |
Color Harmonies of #A08188
Complementary color
Monochromatic Colors of #A08188
Black with #A08188
Text Example
Text Example
White with #A08188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08188; }
p { color: rgb(160,129,136); }
H1.HeaderClassName
{
color: #A08188;
}
.AnyTagClassName
{
color: #A08188;
}
</style>
background-color css
<style>
a { background-color: #A08188; }
a { background-color: rgb(160,129,136); }
div.DivClassName
{
background-color: #A08188;
}
.BgClassName
{
background-color: #A08188;
}
</style>
border-color css
<style>
span { border-color: #A08188; }
span { border-color: rgb(160,129,136); }
td.TdClassName
{
border-color: #A08188;
}
.TagClassName
{
border-color: #A08188;
}
</style>