Html Css Color HEX #AA9AAC London Hue

📋 copy color: '#AA9AAC'

red 170 ◦ green 154 ◦ blue 172

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

Shades of London Hue #AA9AAC

Tints of London Hue #AA9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

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

R = 34.27%
G = 31.05%
B = 34.68%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9AAC (or 0xAA9AAC) is known color: London Hue. HEX triplet: AA, 9A and AC. RGB value is (170,154,172). Sum of RGB (Red+Green+Blue) = 170+154+172=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAC is #556553. Grayscale: #A0A0A0. Windows color (decimal): -5596500 or 11311786. OLE color: 11311786.

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

Color convert

RGB 170 154 172 -
CMYK 0.01 0.10 0 0.33
HSL 293.33º 0.1% 0.64% -
HSV(B) 293.33º 0.1% 0.67% -
XYZ 35.58 34.64 43.84 -
YUV 160.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 170 154 172 0.01 0.10 0 0.33 293.33 0.1 0.64
Hex AA 9A AC 1 A 0 21 125 A 40
Octal 252 232 254 1 12 0 41 445 12 100
Binary 10101010 10011010 10101100 1 1010 0 100001 100100101 1010 1000000

Color Harmonies of #AA9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9AAC

Black with #AA9AAC

Text Example


Text Example

White with #AA9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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