Html Css Color HEX #AD94A0 Shady Lady

📋 copy color: '#AD94A0'

red 173 ◦ green 148 ◦ blue 160

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

Shades of Shady Lady #AD94A0

Tints of Shady Lady #AD94A0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 35.97%
G = 30.77%
B = 33.26%

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

#AD94A0 (or 0xAD94A0) is known color: Shady Lady. HEX triplet: AD, 94 and A0. RGB value is (173,148,160). Sum of RGB (Red+Green+Blue) = 173+148+160=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD94A0 is #526B5F. Grayscale: #9C9C9C. Windows color (decimal): -5401440 or 10523821. OLE color: 10523821.

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

Color convert

RGB 173 148 160 -
CMYK 0 0.14 0.08 0.32
HSL 331.2º 0.13% 0.63% -
HSV(B) 331.2º 0.14% 0.68% -
XYZ 34.17 32.6 37.75 -
YUV 156.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 173 148 160 0 0.14 0.08 0.32 331.2 0.13 0.63
Hex AD 94 A0 0 E 8 20 14B D 3F
Octal 255 224 240 0 16 10 40 513 15 77
Binary 10101101 10010100 10100000 0 1110 1000 100000 101001011 1101 111111

Color Harmonies of #AD94A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94A0

Black with #AD94A0

Text Example


Text Example

White with #AD94A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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