#A0868D

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

Shades of Venus #A0868D

Tints of Venus #A0868D

Color information

#A0868D (or 0xA0868D) is unknown color: approx Venus. HEX triplet: A0, 86 and 8D. RGB value is (160,134,141). Sum of RGB (Red+Green+Blue) = 160+134+141=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0868D is #5F7972. Grayscale: #8E8E8E. Windows color (decimal): -6257011 or 9275040. OLE color: 9275040.

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

Color convert

RGB160134141-
CMYK00.160.120.37
HSL343.85º12.04%57.65%-
HSV(B)343.85º16.25%62.75%-
XYZ27.8326.4528.84-
YUV142.57127.11140.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.78%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=36.78%
G=30.80%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013414100.160.120.37343.8512.0457.65
HexA0868D010C25158c3a
Octal24020621502014455301472
Binary10100000100001101000110101000011001001011010110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0868D; }

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

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

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

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

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

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

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

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