#A1818A

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

Shades of Venus #A1818A

Tints of Venus #A1818A

Color information

#A1818A (or 0xA1818A) is unknown color: approx Venus. HEX triplet: A1, 81 and 8A. RGB value is (161,129,138). Sum of RGB (Red+Green+Blue) = 161+129+138=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A1818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1818A is #5E7E75. Grayscale: #8B8B8B. Windows color (decimal): -6192758 or 9077153. OLE color: 9077153.

HSL color Cylindrical-coordinate representation of color #A1818A: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1818A is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161129138-
CMYK00.200.140.37
HSL343.12º14.55%56.86%-
HSV(B)343.12º19.88%63.14%-
XYZ27.1425.1127.46-
YUV139.59127.1143.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.62%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=37.62%
G=30.14%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112913800.200.140.37343.1214.5556.86
HexA1818A014E25157f39
Octal24120121202416455271771
Binary10100001100000011000101001010011101001011010101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1818A; }

 p { color: rgb(161,129,138); }

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

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

 a { background-color: rgb(161,129,138); }

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

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

 span { border-color: rgb(161,129,138); }

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