Shades of Venus #A08A8C
Tints of Venus #A08A8C
RGB
CMYK
RGB Variations
Color information
#A08A8C (or 0xA08A8C) is known color: Venus. HEX triplet: A0, 8A and 8C. RGB value is (160,138,140). Sum of RGB (Red+Green+Blue) = 160+138+140=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08A8C is #5F7573. Grayscale: #909090. Windows color (decimal): -6255988 or 9210528. OLE color: 9210528.
HSL color Cylindrical-coordinate representation of color #A08A8C: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A08A8C is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
RGB | 160 | 138 | 140 | - |
CMYK | 0 | 0.14 | 0.12 | 0.37 |
HSL | 354.55º | 0.1% | 0.58% | - |
HSV(B) | 354.55º | 0.14% | 0.63% | - |
XYZ | 28.32 | 27.54 | 28.63 | - |
YUV | 144.81 | 125.29 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 138 | 140 | 0 | 0.14 | 0.12 | 0.37 | 354.55 | 0.1 | 0.58 |
Hex | A0 | 8A | 8C | 0 | E | C | 25 | 163 | A | 3A |
Octal | 240 | 212 | 214 | 0 | 16 | 14 | 45 | 543 | 12 | 72 |
Binary | 10100000 | 10001010 | 10001100 | 0 | 1110 | 1100 | 100101 | 101100011 | 1010 | 111010 |
Color Harmonies of #A08A8C
Complementary color
Monochromatic Colors of #A08A8C
Black with #A08A8C
Text Example
Text Example
White with #A08A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08A8C; }
p { color: rgb(160,138,140); }
H1.HeaderClassName
{
color: #A08A8C;
}
.AnyTagClassName
{
color: #A08A8C;
}
</style>
background-color css
<style>
a { background-color: #A08A8C; }
a { background-color: rgb(160,138,140); }
div.DivClassName
{
background-color: #A08A8C;
}
.BgClassName
{
background-color: #A08A8C;
}
</style>
border-color css
<style>
span { border-color: #A08A8C; }
span { border-color: rgb(160,138,140); }
td.TdClassName
{
border-color: #A08A8C;
}
.TagClassName
{
border-color: #A08A8C;
}
</style>