#A994A6

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

Shades of London Hue #A994A6

Tints of London Hue #A994A6

Color information

#A994A6 (or 0xA994A6) is unknown color: approx London Hue. HEX triplet: A9, 94 and A6. RGB value is (169,148,166). Sum of RGB (Red+Green+Blue) = 169+148+166=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A994A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994A6 is #566B59. Grayscale: #9C9C9C. Windows color (decimal): -5663578 or 10917033. OLE color: 10917033.

HSL color Cylindrical-coordinate representation of color #A994A6: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A994A6 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB169148166-
CMYK00.120.020.34
HSL308.57º10.88%62.16%-
HSV(B)308.57º12.43%66.27%-
XYZ33.8432.3740.54-
YUV156.33133.46137.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 166 (65.23% from 255) = 34.37%
R=34.99%
G=30.64%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914816600.120.020.34308.5710.8862.16
HexA994A60C222135b3e
Octal2512242460142424651376
Binary10101001100101001010011001100101000101001101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994A6; }

 p { color: rgb(169,148,166); }

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

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

 a { background-color: rgb(169,148,166); }

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

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

 span { border-color: rgb(169,148,166); }

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