#A994AE

Color #A994AE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A994AE

Tints of East Side #A994AE

Color information

#A994AE (or 0xA994AE) is unknown color: approx East Side. HEX triplet: A9, 94 and AE. RGB value is (169,148,174). Sum of RGB (Red+Green+Blue) = 169+148+174=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A994AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A994AE is #566B51. Grayscale: #9D9D9D. Windows color (decimal): -5663570 or 11441321. OLE color: 11441321.

HSL color Cylindrical-coordinate representation of color #A994AE: hue angle of 288.46º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A994AE is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169148174-
CMYK0.030.1500.32
HSL288.46º13.83%63.14%-
HSV(B)288.46º14.94%68.24%-
XYZ34.5932.6744.53-
YUV157.24137.46136.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=34.42%
G=30.14%
B=35.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691481740.030.1500.32288.4613.8363.14
HexA994AE3F020120e3f
Octal2512242563170404401677
Binary10101001100101001010111011111101000001001000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A994AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A994AE; }

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

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

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

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

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

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

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

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