#A99CA7

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

Shades of London Hue #A99CA7

Tints of London Hue #A99CA7

Color information

#A99CA7 (or 0xA99CA7) is unknown color: approx London Hue. HEX triplet: A9, 9C and A7. RGB value is (169,156,167). Sum of RGB (Red+Green+Blue) = 169+156+167=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA7 is #566358. Grayscale: #A1A1A1. Windows color (decimal): -5661529 or 10984617. OLE color: 10984617.

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

Color convert

RGB169156167-
CMYK00.080.010.34
HSL309.23º7.03%63.73%-
HSV(B)309.23º7.69%66.27%-
XYZ35.233541.46-
YUV161.14131.31133.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=34.35%
G=31.71%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915616700.080.010.34309.237.0363.73
HexA99CA708122135740
Octal2512342470101424657100
Binary1010100110011100101001110100011000101001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CA7; }

 p { color: rgb(169,156,167); }

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

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

 a { background-color: rgb(169,156,167); }

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

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

 span { border-color: rgb(169,156,167); }

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