#A0858A

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

Shades of Venus #A0858A

Tints of Venus #A0858A

Color information

#A0858A (or 0xA0858A) is unknown color: approx Venus. HEX triplet: A0, 85 and 8A. RGB value is (160,133,138). Sum of RGB (Red+Green+Blue) = 160+133+138=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0858A is #5F7A75. Grayscale: #8D8D8D. Windows color (decimal): -6257270 or 9078176. OLE color: 9078176.

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

Color convert

RGB160133138-
CMYK00.170.140.37
HSL348.89º12.44%57.45%-
HSV(B)348.89º16.88%62.75%-
XYZ27.4726.0827.63-
YUV141.64125.95141.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=37.12%
G=30.86%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013313800.170.140.37348.8912.4457.45
HexA0858A011E2515dc39
Octal24020521202116455351471
Binary10100000100001011000101001000111101001011010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0858A; }

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

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

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

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

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

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

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

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