Html Css Color HEX #AD92A0 Shady Lady

📋 copy color: '#AD92A0'

red 173 ◦ green 146 ◦ blue 160

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

Shades of Shady Lady #AD92A0

Tints of Shady Lady #AD92A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 36.12%
G = 30.48%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD92A0 (or 0xAD92A0) is known color: Shady Lady. HEX triplet: AD, 92 and A0. RGB value is (173,146,160). Sum of RGB (Red+Green+Blue) = 173+146+160=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #AD92A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92A0 is #526D5F. Grayscale: #9B9B9B. Windows color (decimal): -5401952 or 10523309. OLE color: 10523309.

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

Color convert

RGB 173 146 160 -
CMYK 0 0.16 0.08 0.32
HSL 328.89º 0.14% 0.63% -
HSV(B) 328.89º 0.16% 0.68% -
XYZ 33.86 31.98 37.65 -
YUV 155.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 173 146 160 0 0.16 0.08 0.32 328.89 0.14 0.63
Hex AD 92 A0 0 10 8 20 149 E 3F
Octal 255 222 240 0 20 10 40 511 16 77
Binary 10101101 10010010 10100000 0 10000 1000 100000 101001001 1110 111111

Color Harmonies of #AD92A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92A0

Black with #AD92A0

Text Example


Text Example

White with #AD92A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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