Html Css Color HEX #AD94A1 Shady Lady

📋 copy color: '#AD94A1'

red 173 ◦ green 148 ◦ blue 161

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

Shades of Shady Lady #AD94A1

Tints of Shady Lady #AD94A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 35.89%
G = 30.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD94A1 (or 0xAD94A1) is known color: Shady Lady. HEX triplet: AD, 94 and A1. RGB value is (173,148,161). Sum of RGB (Red+Green+Blue) = 173+148+161=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 173 - color contains mainly: red. Hex color #AD94A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD94A1 is #526B5E. Grayscale: #9C9C9C. Windows color (decimal): -5401439 or 10589357. OLE color: 10589357.

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

Color convert

RGB 173 148 161 -
CMYK 0 0.14 0.07 0.32
HSL 328.8º 0.13% 0.63% -
HSV(B) 328.8º 0.14% 0.68% -
XYZ 34.26 32.64 38.21 -
YUV 156.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 173 148 161 0 0.14 0.07 0.32 328.8 0.13 0.63
Hex AD 94 A1 0 E 7 20 149 D 3F
Octal 255 224 241 0 16 7 40 511 15 77
Binary 10101101 10010100 10100001 0 1110 111 100000 101001001 1101 111111

Color Harmonies of #AD94A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD94A1

Black with #AD94A1

Text Example


Text Example

White with #AD94A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD94A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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