#A18A8E

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

Shades of Venus #A18A8E

Tints of Venus #A18A8E

Color information

#A18A8E (or 0xA18A8E) is unknown color: approx Venus. HEX triplet: A1, 8A and 8E. RGB value is (161,138,142). Sum of RGB (Red+Green+Blue) = 161+138+142=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A8E is #5E7571. Grayscale: #919191. Windows color (decimal): -6190450 or 9341601. OLE color: 9341601.

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

Color convert

RGB161138142-
CMYK00.140.120.37
HSL349.57º10.9%58.63%-
HSV(B)349.57º14.29%63.14%-
XYZ28.6727.7129.43-
YUV145.33126.12139.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 142 (55.86% from 255) = 32.20%
R=36.51%
G=31.29%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16113814200.140.120.37349.5710.958.63
HexA18A8E0EC2515eb3b
Octal24121221601614455361373
Binary1010000110001010100011100111011001001011010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A8E; }

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

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

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

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

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

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

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

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