Html Css Color HEX #AA9CAC London Hue

📋 copy color: '#AA9CAC'

red 170 ◦ green 156 ◦ blue 172

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

Shades of London Hue #AA9CAC

Tints of London Hue #AA9CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 34.14%
G = 31.33%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9CAC (or 0xAA9CAC) is known color: London Hue. HEX triplet: AA, 9C and AC. RGB value is (170,156,172). Sum of RGB (Red+Green+Blue) = 170+156+172=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAC is #556353. Grayscale: #A1A1A1. Windows color (decimal): -5595988 or 11312298. OLE color: 11312298.

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

Color convert

RGB 170 156 172 -
CMYK 0.01 0.09 0 0.33
HSL 292.5º 0.09% 0.64% -
HSV(B) 292.5º 0.09% 0.67% -
XYZ 35.91 35.3 43.95 -
YUV 162.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 170 156 172 0.01 0.09 0 0.33 292.5 0.09 0.64
Hex AA 9C AC 1 9 0 21 124 9 40
Octal 252 234 254 1 11 0 41 444 11 100
Binary 10101010 10011100 10101100 1 1001 0 100001 100100100 1001 1000000

Color Harmonies of #AA9CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9CAC

Black with #AA9CAC

Text Example


Text Example

White with #AA9CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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