Shades of Venus #A1808A
Tints of Venus #A1808A
RGB
CMYK
RGB Variations
Color information
#A1808A (or 0xA1808A) is known color: Venus. HEX triplet: A1, 80 and 8A. RGB value is (161,128,138). Sum of RGB (Red+Green+Blue) = 161+128+138=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A1808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1808A is #5E7F75. Grayscale: #8B8B8B. Windows color (decimal): -6193014 or 9076897. OLE color: 9076897.
HSL color Cylindrical-coordinate representation of color #A1808A: hue angle of 341.82º 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 #A1808A is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 138 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.37 |
| HSL | 341.82º | 0.15% | 0.57% | - |
| HSV(B) | 341.82º | 0.2% | 0.63% | - |
| XYZ | 27 | 24.85 | 27.42 | - |
| YUV | 139.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 138 | 0 | 0.20 | 0.14 | 0.37 | 341.82 | 0.15 | 0.57 |
| Hex | A1 | 80 | 8A | 0 | 14 | E | 25 | 156 | F | 39 |
| Octal | 241 | 200 | 212 | 0 | 24 | 16 | 45 | 526 | 17 | 71 |
| Binary | 10100001 | 10000000 | 10001010 | 0 | 10100 | 1110 | 100101 | 101010110 | 1111 | 111001 |
Color Harmonies of #A1808A
Complementary color
Monochromatic Colors of #A1808A
Black with #A1808A
Text Example
Text Example
White with #A1808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1808A; }
p { color: rgb(161,128,138); }
H1.HeaderClassName
{
color: #A1808A;
}
.AnyTagClassName
{
color: #A1808A;
}
</style>
background-color css
<style>
a { background-color: #A1808A; }
a { background-color: rgb(161,128,138); }
div.DivClassName
{
background-color: #A1808A;
}
.BgClassName
{
background-color: #A1808A;
}
</style>
border-color css
<style>
span { border-color: #A1808A; }
span { border-color: rgb(161,128,138); }
td.TdClassName
{
border-color: #A1808A;
}
.TagClassName
{
border-color: #A1808A;
}
</style>