#A0838C

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

Shades of Venus #A0838C

Tints of Venus #A0838C

Color information

#A0838C (or 0xA0838C) is unknown color: approx Venus. HEX triplet: A0, 83 and 8C. RGB value is (160,131,140). Sum of RGB (Red+Green+Blue) = 160+131+140=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838C is #5F7C73. Grayscale: #8C8C8C. Windows color (decimal): -6257780 or 9208736. OLE color: 9208736.

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

Color convert

RGB160131140-
CMYK00.180.120.37
HSL341.38º13.24%57.06%-
HSV(B)341.38º18.13%62.75%-
XYZ27.3525.628.31-
YUV140.7127.61141.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=37.12%
G=30.39%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013114000.180.120.37341.3813.2457.06
HexA0838C012C25155d39
Octal24020321402214455251571
Binary10100000100000111000110001001011001001011010101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0838C; }

 p { color: rgb(160,131,140); }

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

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

 a { background-color: rgb(160,131,140); }

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

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

 span { border-color: rgb(160,131,140); }

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