#A99DAA

Color #A99DAA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A99DAA

Tints of London Hue #A99DAA

Color information

#A99DAA (or 0xA99DAA) is unknown color: approx London Hue. HEX triplet: A9, 9D and AA. RGB value is (169,157,170). Sum of RGB (Red+Green+Blue) = 169+157+170=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: blue. Hex color #A99DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99DAA is #566255. Grayscale: #A2A2A2. Windows color (decimal): -5661270 or 11181481. OLE color: 11181481.

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

Color convert

RGB169157170-
CMYK0.010.0800.33
HSL295.38º7.1%64.12%-
HSV(B)295.38º7.65%66.67%-
XYZ35.6735.4542.99-
YUV162.07132.48132.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=34.07%
G=31.65%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691571700.010.0800.33295.387.164.12
HexA99DAA18021127740
Octal2512352521100414477100
Binary1010100110011101101010101100001000011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DAA; }

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

 H1.HeaderClassName
 {
   color: #A99DAA;
 }
 .AnyTagClassName
 {
   color: #A99DAA;
 }
</style>
background-color css

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

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

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

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

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

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