#A994A4

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

Shades of London Hue #A994A4

Tints of London Hue #A994A4

Color information

#A994A4 (or 0xA994A4) is unknown color: approx London Hue. HEX triplet: A9, 94 and A4. RGB value is (169,148,164). Sum of RGB (Red+Green+Blue) = 169+148+164=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 169 - color contains mainly: red. Hex color #A994A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994A4 is #566B5B. Grayscale: #9C9C9C. Windows color (decimal): -5663580 or 10785961. OLE color: 10785961.

HSL color Cylindrical-coordinate representation of color #A994A4: hue angle of 314.29º 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 #A994A4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169148164-
CMYK00.120.030.34
HSL314.29º10.88%62.16%-
HSV(B)314.29º12.43%66.27%-
XYZ33.6532.339.58-
YUV156.1132.46137.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=35.14%
G=30.77%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914816400.120.030.34314.2910.8862.16
HexA994A40C32213ab3e
Octal2512242440143424721376
Binary10101001100101001010010001100111000101001110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994A4; }

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

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

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

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

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

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

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

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