#AD919C

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

Shades of Shady Lady #AD919C

Tints of Shady Lady #AD919C

Color information

#AD919C (or 0xAD919C) is unknown color: approx Shady Lady. HEX triplet: AD, 91 and 9C. RGB value is (173,145,156). Sum of RGB (Red+Green+Blue) = 173+145+156=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #AD919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD919C is #526E63. Grayscale: #9A9A9A. Windows color (decimal): -5402212 or 10260909. OLE color: 10260909.

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

Color convert

RGB173145156-
CMYK00.160.100.32
HSL336.43º14.58%62.35%-
HSV(B)336.43º16.18%67.84%-
XYZ33.3631.5435.78-
YUV154.63128.78141.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=36.50%
G=30.59%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314515600.160.100.32336.4314.5862.35
HexAD919C010A20150f3e
Octal25522123402012405201776
Binary10101101100100011001110001000010101000001010100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD919C; }

 p { color: rgb(173,145,156); }

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

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

 a { background-color: rgb(173,145,156); }

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

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

 span { border-color: rgb(173,145,156); }

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