Shades of Venus #A28B8E
Tints of Venus #A28B8E
RGB
CMYK
RGB Variations
Color information
#A28B8E (or 0xA28B8E) is known color: Venus. HEX triplet: A2, 8B and 8E. RGB value is (162,139,142). Sum of RGB (Red+Green+Blue) = 162+139+142=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28B8E is #5D7471. Grayscale: #929292. Windows color (decimal): -6124658 or 9341858. OLE color: 9341858.
HSL color Cylindrical-coordinate representation of color #A28B8E: hue angle of 352.17º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A28B8E is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 139 | 142 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.36 |
| HSL | 352.17º | 0.11% | 0.59% | - |
| HSV(B) | 352.17º | 0.14% | 0.64% | - |
| XYZ | 29.02 | 28.1 | 29.49 | - |
| YUV | 146.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 142 | 0 | 0.14 | 0.12 | 0.36 | 352.17 | 0.11 | 0.59 |
| Hex | A2 | 8B | 8E | 0 | E | C | 24 | 160 | B | 3B |
| Octal | 242 | 213 | 216 | 0 | 16 | 14 | 44 | 540 | 13 | 73 |
| Binary | 10100010 | 10001011 | 10001110 | 0 | 1110 | 1100 | 100100 | 101100000 | 1011 | 111011 |
Color Harmonies of #A28B8E
Complementary color
Monochromatic Colors of #A28B8E
Black with #A28B8E
Text Example
Text Example
White with #A28B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28B8E; }
p { color: rgb(162,139,142); }
H1.HeaderClassName
{
color: #A28B8E;
}
.AnyTagClassName
{
color: #A28B8E;
}
</style>
background-color css
<style>
a { background-color: #A28B8E; }
a { background-color: rgb(162,139,142); }
div.DivClassName
{
background-color: #A28B8E;
}
.BgClassName
{
background-color: #A28B8E;
}
</style>
border-color css
<style>
span { border-color: #A28B8E; }
span { border-color: rgb(162,139,142); }
td.TdClassName
{
border-color: #A28B8E;
}
.TagClassName
{
border-color: #A28B8E;
}
</style>