Html Css Color HEX #AA8B94 Shady Lady

📋 copy color: '#AA8B94'

red 170 ◦ green 139 ◦ blue 148

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

Shades of Shady Lady #AA8B94

Tints of Shady Lady #AA8B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 37.2%
G = 30.42%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA8B94 (or 0xAA8B94) is known color: Shady Lady. HEX triplet: AA, 8B and 94. RGB value is (170,139,148). Sum of RGB (Red+Green+Blue) = 170+139+148=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B94 is #55746B. Grayscale: #959595. Windows color (decimal): -5600364 or 9735082. OLE color: 9735082.

HSL color Cylindrical-coordinate representation of color #AA8B94: hue angle of 342.58º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8B94 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 139 148 -
CMYK 0 0.18 0.13 0.33
HSL 342.58º 0.15% 0.61% -
HSV(B) 342.58º 0.18% 0.67% -
XYZ 31.16 29.15 32 -
YUV 149.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 170 139 148 0 0.18 0.13 0.33 342.58 0.15 0.61
Hex AA 8B 94 0 12 D 21 157 F 3D
Octal 252 213 224 0 22 15 41 527 17 75
Binary 10101010 10001011 10010100 0 10010 1101 100001 101010111 1111 111101

Color Harmonies of #AA8B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8B94

Black with #AA8B94

Text Example


Text Example

White with #AA8B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8B94; }

 p { color: rgb(170,139,148); }

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

background-color css

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

 a { background-color: rgb(170,139,148); }

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

border-color css

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

 span { border-color: rgb(170,139,148); }

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