#A0838D

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

Shades of Venus #A0838D

Tints of Venus #A0838D

Color information

#A0838D (or 0xA0838D) is unknown color: approx Venus. HEX triplet: A0, 83 and 8D. RGB value is (160,131,141). Sum of RGB (Red+Green+Blue) = 160+131+141=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A0838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0838D is #5F7C72. Grayscale: #8C8C8C. Windows color (decimal): -6257779 or 9274272. OLE color: 9274272.

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

Color convert

RGB160131141-
CMYK00.180.120.37
HSL339.31º13.24%57.06%-
HSV(B)339.31º18.13%62.75%-
XYZ27.4225.6328.7-
YUV140.81128.11141.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=37.04%
G=30.32%
B=32.64%

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
Decimal16013114100.180.120.37339.3113.2457.06
HexA0838D012C25153d39
Octal24020321502214455231571
Binary10100000100000111000110101001011001001011010100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0838D; }

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

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

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

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

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

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

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

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