#A0858E

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

Shades of Venus #A0858E

Tints of Venus #A0858E

Color information

#A0858E (or 0xA0858E) is unknown color: approx Venus. HEX triplet: A0, 85 and 8E. RGB value is (160,133,142). Sum of RGB (Red+Green+Blue) = 160+133+142=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858E is #5F7A71. Grayscale: #8E8E8E. Windows color (decimal): -6257266 or 9340320. OLE color: 9340320.

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

Color convert

RGB160133142-
CMYK00.170.110.37
HSL340º12.44%57.45%-
HSV(B)340º16.88%62.75%-
XYZ27.7726.229.19-
YUV142.1127.95140.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=36.78%
G=30.57%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013314200.170.110.3734012.4457.45
HexA0858E011B25154c39
Octal24020521602113455241471
Binary10100000100001011000111001000110111001011010101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0858E; }

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

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

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

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

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

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

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

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