Html Css Color HEX #AA99AC London Hue

📋 copy color: '#AA99AC'

red 170 ◦ green 153 ◦ blue 172

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

Shades of London Hue #AA99AC

Tints of London Hue #AA99AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 34.34%
G = 30.91%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA99AC (or 0xAA99AC) is known color: London Hue. HEX triplet: AA, 99 and AC. RGB value is (170,153,172). Sum of RGB (Red+Green+Blue) = 170+153+172=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA99AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99AC is #556653. Grayscale: #A0A0A0. Windows color (decimal): -5596756 or 11311530. OLE color: 11311530.

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

Color convert

RGB 170 153 172 -
CMYK 0.01 0.11 0 0.33
HSL 293.68º 0.1% 0.64% -
HSV(B) 293.68º 0.11% 0.67% -
XYZ 35.42 34.31 43.79 -
YUV 160.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 170 153 172 0.01 0.11 0 0.33 293.68 0.1 0.64
Hex AA 99 AC 1 B 0 21 126 A 40
Octal 252 231 254 1 13 0 41 446 12 100
Binary 10101010 10011001 10101100 1 1011 0 100001 100100110 1010 1000000

Color Harmonies of #AA99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99AC

Black with #AA99AC

Text Example


Text Example

White with #AA99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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