#A99CAB

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

Shades of London Hue #A99CAB

Tints of London Hue #A99CAB

Color information

#A99CAB (or 0xA99CAB) is unknown color: approx London Hue. HEX triplet: A9, 9C and AB. RGB value is (169,156,171). Sum of RGB (Red+Green+Blue) = 169+156+171=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #A99CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CAB is #566354. Grayscale: #A1A1A1. Windows color (decimal): -5661525 or 11246761. OLE color: 11246761.

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

Color convert

RGB169156171-
CMYK0.010.0900.33
HSL292º8.2%64.12%-
HSV(B)292º8.77%67.06%-
XYZ35.635.1543.44-
YUV161.6133.31133.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=34.07%
G=31.45%
B=34.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691561710.010.0900.332928.264.12
HexA99CAB19021124840
Octal25123425311104144410100
Binary10101001100111001010101111001010000110010010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CAB; }

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

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

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

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

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

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

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

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