Html Css Color HEX #AD91A0 Shady Lady

📋 copy color: '#AD91A0'

red 173 ◦ green 145 ◦ blue 160

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

Shades of Shady Lady #AD91A0

Tints of Shady Lady #AD91A0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.33%

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

R = 36.19%
G = 30.33%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD91A0 (or 0xAD91A0) is known color: Shady Lady. HEX triplet: AD, 91 and A0. RGB value is (173,145,160). Sum of RGB (Red+Green+Blue) = 173+145+160=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #AD91A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD91A0 is #526E5F. Grayscale: #9B9B9B. Windows color (decimal): -5402208 or 10523053. OLE color: 10523053.

HSL color Cylindrical-coordinate representation of color #AD91A0: hue angle of 327.86º 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 #AD91A0 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 160 -
CMYK 0 0.16 0.08 0.32
HSL 327.86º 0.15% 0.62% -
HSV(B) 327.86º 0.16% 0.68% -
XYZ 33.7 31.67 37.59 -
YUV 155.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 173 145 160 0 0.16 0.08 0.32 327.86 0.15 0.62
Hex AD 91 A0 0 10 8 20 148 F 3E
Octal 255 221 240 0 20 10 40 510 17 76
Binary 10101101 10010001 10100000 0 10000 1000 100000 101001000 1111 111110

Color Harmonies of #AD91A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD91A0

Black with #AD91A0

Text Example


Text Example

White with #AD91A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD91A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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