#A0858B

Color #A0858B Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #A0858B

Tints of Venus #A0858B

Color information

#A0858B (or 0xA0858B) is unknown color: approx Venus. HEX triplet: A0, 85 and 8B. RGB value is (160,133,139). Sum of RGB (Red+Green+Blue) = 160+133+139=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858B is #5F7A74. Grayscale: #8D8D8D. Windows color (decimal): -6257269 or 9143712. OLE color: 9143712.

HSL color Cylindrical-coordinate representation of color #A0858B: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0858B is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB160133139-
CMYK00.170.130.37
HSL346.67º12.44%57.45%-
HSV(B)346.67º16.88%62.75%-
XYZ27.5426.1128.01-
YUV141.76126.45141.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=37.04%
G=30.79%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013313900.170.130.37346.6712.4457.45
HexA0858B011D2515bc39
Octal24020521302115455331471
Binary10100000100001011000101101000111011001011010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0858B; }

 p { color: rgb(160,133,139); }

 H1.HeaderClassName
 {
   color: #A0858B;
 }
 .AnyTagClassName
 {
   color: #A0858B;
 }
</style>
background-color css

<style>
 a { background-color: #A0858B; }

 a { background-color: rgb(160,133,139); }

 div.DivClassName
 {
   background-color: #A0858B;
 }
 .BgClassName
 {
   background-color: #A0858B;
 }
</style>
border-color css

<style>
 span { border-color: #A0858B; }

 span { border-color: rgb(160,133,139); }

 td.TdClassName
 {
   border-color: #A0858B;
 }
 .TagClassName
 {
   border-color: #A0858B;
 }
</style>