Html Css Color HEX #AA91AC London Hue

📋 copy color: '#AA91AC'

red 170 ◦ green 145 ◦ blue 172

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

Shades of London Hue #AA91AC

Tints of London Hue #AA91AC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.77%

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

R = 34.91%
G = 29.77%
B = 35.32%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA91AC (or 0xAA91AC) is known color: London Hue. HEX triplet: AA, 91 and AC. RGB value is (170,145,172). Sum of RGB (Red+Green+Blue) = 170+145+172=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA91AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91AC is #556E53. Grayscale: #9B9B9B. Windows color (decimal): -5598804 or 11309482. OLE color: 11309482.

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

Color convert

RGB 170 145 172 -
CMYK 0.01 0.16 0 0.33
HSL 295.56º 0.14% 0.62% -
HSV(B) 295.56º 0.16% 0.67% -
XYZ 34.15 31.78 43.36 -
YUV 155.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 170 145 172 0.01 0.16 0 0.33 295.56 0.14 0.62
Hex AA 91 AC 1 10 0 21 128 E 3E
Octal 252 221 254 1 20 0 41 450 16 76
Binary 10101010 10010001 10101100 1 10000 0 100001 100101000 1110 111110

Color Harmonies of #AA91AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA91AC

Black with #AA91AC

Text Example


Text Example

White with #AA91AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA91AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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