Html Css Color HEX #AD92A2 Shady Lady

📋 copy color: '#AD92A2'

red 173 ◦ green 146 ◦ blue 162

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

Shades of Shady Lady #AD92A2

Tints of Shady Lady #AD92A2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

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

R = 35.97%
G = 30.35%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AD92A2 (or 0xAD92A2) is known color: Shady Lady. HEX triplet: AD, 92 and A2. RGB value is (173,146,162). Sum of RGB (Red+Green+Blue) = 173+146+162=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A2 is #526D5D. Grayscale: #9B9B9B. Windows color (decimal): -5401950 or 10654381. OLE color: 10654381.

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

Color convert

RGB 173 146 162 -
CMYK 0 0.16 0.06 0.32
HSL 324.44º 0.14% 0.63% -
HSV(B) 324.44º 0.16% 0.68% -
XYZ 34.03 32.05 38.58 -
YUV 155.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 173 146 162 0 0.16 0.06 0.32 324.44 0.14 0.63
Hex AD 92 A2 0 10 6 20 144 E 3F
Octal 255 222 242 0 20 6 40 504 16 77
Binary 10101101 10010010 10100010 0 10000 110 100000 101000100 1110 111111

Color Harmonies of #AD92A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92A2

Black with #AD92A2

Text Example


Text Example

White with #AD92A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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