Html Css Color HEX #A999AA London Hue

📋 copy color: '#A999AA'

red 169 ◦ green 153 ◦ blue 170

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

Shades of London Hue #A999AA

Tints of London Hue #A999AA

RGB

 RED value IS 169 (66.41% from 255) = 34.35%

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

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

R = 34.35%
G = 31.1%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A999AA (or 0xA999AA) is known color: London Hue. HEX triplet: A9, 99 and AA. RGB value is (169,153,170). Sum of RGB (Red+Green+Blue) = 169+153+170=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 170 - color contains mainly: blue. Hex color #A999AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999AA is #566655. Grayscale: #9F9F9F. Windows color (decimal): -5662294 or 11180457. OLE color: 11180457.

HSL color Cylindrical-coordinate representation of color #A999AA: hue angle of 296.47º 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 #A999AA is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 153 170 -
CMYK 0.01 0.1 0 0.33
HSL 296.47º 0.09% 0.63% -
HSV(B) 296.47º 0.1% 0.67% -
XYZ 35.01 34.12 42.77 -
YUV 159.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 169 153 170 0.01 0.1 0 0.33 296.47 0.09 0.63
Hex A9 99 AA 1 A 0 21 128 9 3F
Octal 251 231 252 1 12 0 41 450 11 77
Binary 10101001 10011001 10101010 1 1010 0 100001 100101000 1001 111111

Color Harmonies of #A999AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999AA

Black with #A999AA

Text Example


Text Example

White with #A999AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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