Html Css Color HEX #AD98A3 Shady Lady

📋 copy color: '#AD98A3'

red 173 ◦ green 152 ◦ blue 163

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

Shades of Shady Lady #AD98A3

Tints of Shady Lady #AD98A3

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

 BLUE value IS 163 (64.06% from 255) = 33.4%

R = 35.45%
G = 31.15%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD98A3 (or 0xAD98A3) is known color: Shady Lady. HEX triplet: AD, 98 and A3. RGB value is (173,152,163). Sum of RGB (Red+Green+Blue) = 173+152+163=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A3 is #52675C. Grayscale: #9F9F9F. Windows color (decimal): -5400413 or 10721453. OLE color: 10721453.

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

Color convert

RGB 173 152 163 -
CMYK 0 0.12 0.06 0.32
HSL 328.57º 0.11% 0.64% -
HSV(B) 328.57º 0.12% 0.68% -
XYZ 35.07 33.99 39.36 -
YUV 159.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 173 152 163 0 0.12 0.06 0.32 328.57 0.11 0.64
Hex AD 98 A3 0 C 6 20 149 B 40
Octal 255 230 243 0 14 6 40 511 13 100
Binary 10101101 10011000 10100011 0 1100 110 100000 101001001 1011 1000000

Color Harmonies of #AD98A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98A3

Black with #AD98A3

Text Example


Text Example

White with #AD98A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98A3; }

 p { color: rgb(173,152,163); }

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

background-color css

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

 a { background-color: rgb(173,152,163); }

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

border-color css

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

 span { border-color: rgb(173,152,163); }

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