Html Css Color HEX #AD95A0 Shady Lady

📋 copy color: '#AD95A0'

red 173 ◦ green 149 ◦ blue 160

#AD95A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AD95A0

Tints of Shady Lady #AD95A0

RGB

 RED value IS 173 (67.97% from 255) = 35.89%

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 35.89%
G = 30.91%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD95A0 (or 0xAD95A0) is known color: Shady Lady. HEX triplet: AD, 95 and A0. RGB value is (173,149,160). Sum of RGB (Red+Green+Blue) = 173+149+160=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD95A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD95A0 is #526A5F. Grayscale: #9D9D9D. Windows color (decimal): -5401184 or 10524077. OLE color: 10524077.

HSL color Cylindrical-coordinate representation of color #AD95A0: hue angle of 332.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD95A0 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 160 -
CMYK 0 0.14 0.08 0.32
HSL 332.5º 0.13% 0.63% -
HSV(B) 332.5º 0.14% 0.68% -
XYZ 34.33 32.92 37.8 -
YUV 157.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 173 149 160 0 0.14 0.08 0.32 332.5 0.13 0.63
Hex AD 95 A0 0 E 8 20 14C D 3F
Octal 255 225 240 0 16 10 40 514 15 77
Binary 10101101 10010101 10100000 0 1110 1000 100000 101001100 1101 111111

Color Harmonies of #AD95A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD95A0

Black with #AD95A0

Text Example


Text Example

White with #AD95A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD95A0; }

 p { color: rgb(173,149,160); }

 H1.HeaderClassName
 {
   color: #AD95A0;
 }
 .AnyTagClassName
 {
   color: #AD95A0;
 }
</style>

background-color css

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

 a { background-color: rgb(173,149,160); }

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

border-color css

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

 span { border-color: rgb(173,149,160); }

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