#AD8E98

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

Shades of Shady Lady #AD8E98

Tints of Shady Lady #AD8E98

Color information

#AD8E98 (or 0xAD8E98) is unknown color: approx Shady Lady. HEX triplet: AD, 8E and 98. RGB value is (173,142,152). Sum of RGB (Red+Green+Blue) = 173+142+152=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8E98 is #527167. Grayscale: #989898. Windows color (decimal): -5402984 or 9997997. OLE color: 9997997.

HSL color Cylindrical-coordinate representation of color #AD8E98: hue angle of 340.65º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD8E98 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB173142152-
CMYK00.180.120.32
HSL340.65º15.9%61.76%-
HSV(B)340.65º17.92%67.84%-
XYZ32.5730.533.88-
YUV152.41127.77142.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=37.04%
G=30.41%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314215200.180.120.32340.6515.961.76
HexAD8E98012C20155103e
Octal25521623002214405252076
Binary101011011000111010011000010010110010000010101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E98; }

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

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

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

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

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

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

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

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