Html Css Color HEX #AA9FA8 London Hue

📋 copy color: '#AA9FA8'

red 170 ◦ green 159 ◦ blue 168

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

Shades of London Hue #AA9FA8

Tints of London Hue #AA9FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 34.21%
G = 31.99%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA9FA8 (or 0xAA9FA8) is known color: London Hue. HEX triplet: AA, 9F and A8. RGB value is (170,159,168). Sum of RGB (Red+Green+Blue) = 170+159+168=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA8 is #556057. Grayscale: #A3A3A3. Windows color (decimal): -5595224 or 11050922. OLE color: 11050922.

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

Color convert

RGB 170 159 168 -
CMYK 0 0.06 0.01 0.33
HSL 310.91º 0.06% 0.65% -
HSV(B) 310.91º 0.06% 0.67% -
XYZ 36.04 36.17 42.13 -
YUV 163.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 170 159 168 0 0.06 0.01 0.33 310.91 0.06 0.65
Hex AA 9F A8 0 6 1 21 137 6 41
Octal 252 237 250 0 6 1 41 467 6 101
Binary 10101010 10011111 10101000 0 110 1 100001 100110111 110 1000001

Color Harmonies of #AA9FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FA8

Black with #AA9FA8

Text Example


Text Example

White with #AA9FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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