Html Css Color HEX #AA8F99 Shady Lady

📋 copy color: '#AA8F99'

red 170 ◦ green 143 ◦ blue 153

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

Shades of Shady Lady #AA8F99

Tints of Shady Lady #AA8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 36.48%
G = 30.69%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA8F99 (or 0xAA8F99) is known color: Shady Lady. HEX triplet: AA, 8F and 99. RGB value is (170,143,153). Sum of RGB (Red+Green+Blue) = 170+143+153=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8F99 is #557066. Grayscale: #989898. Windows color (decimal): -5599335 or 10063786. OLE color: 10063786.

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

Color convert

RGB 170 143 153 -
CMYK 0 0.16 0.1 0.33
HSL 337.78º 0.14% 0.61% -
HSV(B) 337.78º 0.16% 0.67% -
XYZ 32.15 30.49 34.33 -
YUV 152.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 170 143 153 0 0.16 0.1 0.33 337.78 0.14 0.61
Hex AA 8F 99 0 10 A 21 152 E 3D
Octal 252 217 231 0 20 12 41 522 16 75
Binary 10101010 10001111 10011001 0 10000 1010 100001 101010010 1110 111101

Color Harmonies of #AA8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F99

Black with #AA8F99

Text Example


Text Example

White with #AA8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F99; }

 p { color: rgb(170,143,153); }

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

background-color css

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

 a { background-color: rgb(170,143,153); }

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

border-color css

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

 span { border-color: rgb(170,143,153); }

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