Html Css Color HEX #AA8993 Shady Lady

📋 copy color: '#AA8993'

red 170 ◦ green 137 ◦ blue 147

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

Shades of Shady Lady #AA8993

Tints of Shady Lady #AA8993

RGB

 RED value IS 170 (66.8% from 255) = 37.44%

 GREEN value IS 137 (53.91% from 255) = 30.18%

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 37.44%
G = 30.18%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA8993 (or 0xAA8993) is known color: Shady Lady. HEX triplet: AA, 89 and 93. RGB value is (170,137,147). Sum of RGB (Red+Green+Blue) = 170+137+147=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8993 is #55766C. Grayscale: #949494. Windows color (decimal): -5600877 or 9669034. OLE color: 9669034.

HSL color Cylindrical-coordinate representation of color #AA8993: hue angle of 341.82º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8993 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 137 147 -
CMYK 0 0.19 0.14 0.33
HSL 341.82º 0.16% 0.6% -
HSV(B) 341.82º 0.19% 0.67% -
XYZ 30.79 28.54 31.49 -
YUV 148.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 170 137 147 0 0.19 0.14 0.33 341.82 0.16 0.6
Hex AA 89 93 0 13 E 21 156 10 3C
Octal 252 211 223 0 23 16 41 526 20 74
Binary 10101010 10001001 10010011 0 10011 1110 100001 101010110 10000 111100

Color Harmonies of #AA8993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8993

Black with #AA8993

Text Example


Text Example

White with #AA8993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8993; }

 p { color: rgb(170,137,147); }

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

background-color css

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

 a { background-color: rgb(170,137,147); }

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

border-color css

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

 span { border-color: rgb(170,137,147); }

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