Html Css Color HEX #AD99A4 Shady Lady

📋 copy color: '#AD99A4'

red 173 ◦ green 153 ◦ blue 164

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

Shades of Shady Lady #AD99A4

Tints of Shady Lady #AD99A4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

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

R = 35.31%
G = 31.22%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD99A4 (or 0xAD99A4) is known color: Shady Lady. HEX triplet: AD, 99 and A4. RGB value is (173,153,164). Sum of RGB (Red+Green+Blue) = 173+153+164=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 173 - color contains mainly: red. Hex color #AD99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD99A4 is #52665B. Grayscale: #A0A0A0. Windows color (decimal): -5400156 or 10787245. OLE color: 10787245.

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

Color convert

RGB 173 153 164 -
CMYK 0 0.12 0.05 0.32
HSL 327º 0.11% 0.64% -
HSV(B) 327º 0.12% 0.68% -
XYZ 35.33 34.35 39.89 -
YUV 160.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 173 153 164 0 0.12 0.05 0.32 327 0.11 0.64
Hex AD 99 A4 0 C 5 20 147 B 40
Octal 255 231 244 0 14 5 40 507 13 100
Binary 10101101 10011001 10100100 0 1100 101 100000 101000111 1011 1000000

Color Harmonies of #AD99A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99A4

Black with #AD99A4

Text Example


Text Example

White with #AD99A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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