Html Css Color HEX #AD96A4 Shady Lady

📋 copy color: '#AD96A4'

red 173 ◦ green 150 ◦ blue 164

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

Shades of Shady Lady #AD96A4

Tints of Shady Lady #AD96A4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

 BLUE value IS 164 (64.45% from 255) = 33.68%

R = 35.52%
G = 30.8%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD96A4 (or 0xAD96A4) is known color: Shady Lady. HEX triplet: AD, 96 and A4. RGB value is (173,150,164). Sum of RGB (Red+Green+Blue) = 173+150+164=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD96A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96A4 is #52695B. Grayscale: #9E9E9E. Windows color (decimal): -5400924 or 10786477. OLE color: 10786477.

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

Color convert

RGB 173 150 164 -
CMYK 0 0.13 0.05 0.32
HSL 323.48º 0.12% 0.63% -
HSV(B) 323.48º 0.13% 0.68% -
XYZ 34.84 33.38 39.73 -
YUV 158.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 173 150 164 0 0.13 0.05 0.32 323.48 0.12 0.63
Hex AD 96 A4 0 D 5 20 143 C 3F
Octal 255 226 244 0 15 5 40 503 14 77
Binary 10101101 10010110 10100100 0 1101 101 100000 101000011 1100 111111

Color Harmonies of #AD96A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96A4

Black with #AD96A4

Text Example


Text Example

White with #AD96A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96A4; }

 p { color: rgb(173,150,164); }

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

background-color css

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

 a { background-color: rgb(173,150,164); }

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

border-color css

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

 span { border-color: rgb(173,150,164); }

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