Html Css Color HEX #AA99A5 London Hue

📋 copy color: '#AA99A5'

red 170 ◦ green 153 ◦ blue 165

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

Shades of London Hue #AA99A5

Tints of London Hue #AA99A5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 34.84%
G = 31.35%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA99A5 (or 0xAA99A5) is known color: London Hue. HEX triplet: AA, 99 and A5. RGB value is (170,153,165). Sum of RGB (Red+Green+Blue) = 170+153+165=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A5 is #55665A. Grayscale: #9F9F9F. Windows color (decimal): -5596763 or 10852778. OLE color: 10852778.

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

Color convert

RGB 170 153 165 -
CMYK 0 0.1 0.03 0.33
HSL 317.65º 0.09% 0.63% -
HSV(B) 317.65º 0.1% 0.67% -
XYZ 34.76 34.05 40.34 -
YUV 159.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 170 153 165 0 0.1 0.03 0.33 317.65 0.09 0.63
Hex AA 99 A5 0 A 3 21 13E 9 3F
Octal 252 231 245 0 12 3 41 476 11 77
Binary 10101010 10011001 10100101 0 1010 11 100001 100111110 1001 111111

Color Harmonies of #AA99A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99A5

Black with #AA99A5

Text Example


Text Example

White with #AA99A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99A5; }

 p { color: rgb(170,153,165); }

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

background-color css

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

 a { background-color: rgb(170,153,165); }

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

border-color css

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

 span { border-color: rgb(170,153,165); }

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