#A0858D

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

Shades of Venus #A0858D

Tints of Venus #A0858D

Color information

#A0858D (or 0xA0858D) is unknown color: approx Venus. HEX triplet: A0, 85 and 8D. RGB value is (160,133,141). Sum of RGB (Red+Green+Blue) = 160+133+141=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858D is #5F7A72. Grayscale: #8D8D8D. Windows color (decimal): -6257267 or 9274784. OLE color: 9274784.

HSL color Cylindrical-coordinate representation of color #A0858D: hue angle of 342.22º 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 #A0858D is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB160133141-
CMYK00.170.120.37
HSL342.22º12.44%57.45%-
HSV(B)342.22º16.88%62.75%-
XYZ27.6926.1728.79-
YUV141.99127.45140.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=36.87%
G=30.65%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013314100.170.120.37342.2212.4457.45
HexA0858D011C25156c39
Octal24020521502114455261471
Binary10100000100001011000110101000111001001011010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0858D; }

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

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

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

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

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

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

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

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