Html Css Color HEX #AA96AC London Hue

📋 copy color: '#AA96AC'

red 170 ◦ green 150 ◦ blue 172

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

Shades of London Hue #AA96AC

Tints of London Hue #AA96AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

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

R = 34.55%
G = 30.49%
B = 34.96%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA96AC (or 0xAA96AC) is known color: London Hue. HEX triplet: AA, 96 and AC. RGB value is (170,150,172). Sum of RGB (Red+Green+Blue) = 170+150+172=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96AC is #556953. Grayscale: #9E9E9E. Windows color (decimal): -5597524 or 11310762. OLE color: 11310762.

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

Color convert

RGB 170 150 172 -
CMYK 0.01 0.13 0 0.33
HSL 294.55º 0.12% 0.63% -
HSV(B) 294.55º 0.13% 0.67% -
XYZ 34.93 33.34 43.62 -
YUV 158.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 170 150 172 0.01 0.13 0 0.33 294.55 0.12 0.63
Hex AA 96 AC 1 D 0 21 127 C 3F
Octal 252 226 254 1 15 0 41 447 14 77
Binary 10101010 10010110 10101100 1 1101 0 100001 100100111 1100 111111

Color Harmonies of #AA96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA96AC

Black with #AA96AC

Text Example


Text Example

White with #AA96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA96AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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