Html Css Color HEX #AA9FAB London Hue

📋 copy color: '#AA9FAB'

red 170 ◦ green 159 ◦ blue 171

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

Shades of London Hue #AA9FAB

Tints of London Hue #AA9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.8%

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 34%
G = 31.8%
B = 34.2%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9FAB (or 0xAA9FAB) is known color: London Hue. HEX triplet: AA, 9F and AB. RGB value is (170,159,171). Sum of RGB (Red+Green+Blue) = 170+159+171=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FAB is #556054. Grayscale: #A3A3A3. Windows color (decimal): -5595221 or 11247530. OLE color: 11247530.

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

Color convert

RGB 170 159 171 -
CMYK 0.01 0.07 0 0.33
HSL 295º 0.07% 0.65% -
HSV(B) 295º 0.07% 0.67% -
XYZ 36.33 36.28 43.62 -
YUV 163.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 170 159 171 0.01 0.07 0 0.33 295 0.07 0.65
Hex AA 9F AB 1 7 0 21 127 7 41
Octal 252 237 253 1 7 0 41 447 7 101
Binary 10101010 10011111 10101011 1 111 0 100001 100100111 111 1000001

Color Harmonies of #AA9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FAB

Black with #AA9FAB

Text Example


Text Example

White with #AA9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FAB; }

 p { color: rgb(170,159,171); }

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

background-color css

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

 a { background-color: rgb(170,159,171); }

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

border-color css

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

 span { border-color: rgb(170,159,171); }

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