#A0878A

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

Shades of Venus #A0878A

Tints of Venus #A0878A

Color information

#A0878A (or 0xA0878A) is unknown color: approx Venus. HEX triplet: A0, 87 and 8A. RGB value is (160,135,138). Sum of RGB (Red+Green+Blue) = 160+135+138=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A0878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0878A is #5F7875. Grayscale: #8E8E8E. Windows color (decimal): -6256758 or 9078688. OLE color: 9078688.

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

Color convert

RGB160135138-
CMYK00.160.140.37
HSL352.8º11.63%57.84%-
HSV(B)352.8º15.62%62.75%-
XYZ27.7526.6427.72-
YUV142.82125.28140.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=36.95%
G=31.18%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013513800.160.140.37352.811.6357.84
HexA0878A010E25161c3a
Octal24020721202016455411472
Binary10100000100001111000101001000011101001011011000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0878A; }

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

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

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

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

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

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

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

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