#A18E98

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

Shades of Shady Lady #A18E98

Tints of Shady Lady #A18E98

Color information

#A18E98 (or 0xA18E98) is unknown color: approx Shady Lady. HEX triplet: A1, 8E and 98. RGB value is (161,142,152). Sum of RGB (Red+Green+Blue) = 161+142+152=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18E98 is #5E7167. Grayscale: #949494. Windows color (decimal): -6189416 or 9997985. OLE color: 9997985.

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

Color convert

RGB161142152-
CMYK00.120.060.37
HSL328.42º9.18%59.41%-
HSV(B)328.42º11.8%63.14%-
XYZ30.0429.1933.76-
YUV148.82129.79136.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=35.38%
G=31.21%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114215200.120.060.37328.429.1859.41
HexA18E980C62514893b
Octal2412162300146455101173
Binary101000011000111010011000011001101001011010010001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E98; }

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

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

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

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

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

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

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

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