Html Css Color HEX #AD98A2 Shady Lady

📋 copy color: '#AD98A2'

red 173 ◦ green 152 ◦ blue 162

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

Shades of Shady Lady #AD98A2

Tints of Shady Lady #AD98A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.26%

R = 35.52%
G = 31.21%
B = 33.26%

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

#AD98A2 (or 0xAD98A2) is known color: Shady Lady. HEX triplet: AD, 98 and A2. RGB value is (173,152,162). Sum of RGB (Red+Green+Blue) = 173+152+162=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD98A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98A2 is #52675D. Grayscale: #9F9F9F. Windows color (decimal): -5400414 or 10655917. OLE color: 10655917.

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

Color convert

RGB 173 152 162 -
CMYK 0 0.12 0.06 0.32
HSL 331.43º 0.11% 0.64% -
HSV(B) 331.43º 0.12% 0.68% -
XYZ 34.98 33.95 38.89 -
YUV 159.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 173 152 162 0 0.12 0.06 0.32 331.43 0.11 0.64
Hex AD 98 A2 0 C 6 20 14B B 40
Octal 255 230 242 0 14 6 40 513 13 100
Binary 10101101 10011000 10100010 0 1100 110 100000 101001011 1011 1000000

Color Harmonies of #AD98A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98A2

Black with #AD98A2

Text Example


Text Example

White with #AD98A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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