Shades of Venus #A1878E
Tints of Venus #A1878E
RGB
CMYK
RGB Variations
Color information
#A1878E (or 0xA1878E) is known color: Venus. HEX triplet: A1, 87 and 8E. RGB value is (161,135,142). Sum of RGB (Red+Green+Blue) = 161+135+142=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 161 - color contains mainly: red. Hex color #A1878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1878E is #5E7871. Grayscale: #8F8F8F. Windows color (decimal): -6191218 or 9340833. OLE color: 9340833.
HSL color Cylindrical-coordinate representation of color #A1878E: hue angle of 343.85º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1878E is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 135 | 142 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.37 |
| HSL | 343.85º | 0.12% | 0.58% | - |
| HSV(B) | 343.85º | 0.16% | 0.63% | - |
| XYZ | 28.24 | 26.86 | 29.29 | - |
| YUV | 143.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 135 | 142 | 0 | 0.16 | 0.12 | 0.37 | 343.85 | 0.12 | 0.58 |
| Hex | A1 | 87 | 8E | 0 | 10 | C | 25 | 158 | C | 3A |
| Octal | 241 | 207 | 216 | 0 | 20 | 14 | 45 | 530 | 14 | 72 |
| Binary | 10100001 | 10000111 | 10001110 | 0 | 10000 | 1100 | 100101 | 101011000 | 1100 | 111010 |
Color Harmonies of #A1878E
Complementary color
Monochromatic Colors of #A1878E
Black with #A1878E
Text Example
Text Example
White with #A1878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1878E; }
p { color: rgb(161,135,142); }
H1.HeaderClassName
{
color: #A1878E;
}
.AnyTagClassName
{
color: #A1878E;
}
</style>
background-color css
<style>
a { background-color: #A1878E; }
a { background-color: rgb(161,135,142); }
div.DivClassName
{
background-color: #A1878E;
}
.BgClassName
{
background-color: #A1878E;
}
</style>
border-color css
<style>
span { border-color: #A1878E; }
span { border-color: rgb(161,135,142); }
td.TdClassName
{
border-color: #A1878E;
}
.TagClassName
{
border-color: #A1878E;
}
</style>