#A991AE

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

Shades of East Side #A991AE

Tints of East Side #A991AE

Color information

#A991AE (or 0xA991AE) is unknown color: approx East Side. HEX triplet: A9, 91 and AE. RGB value is (169,145,174). Sum of RGB (Red+Green+Blue) = 169+145+174=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #A991AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A991AE is #566E51. Grayscale: #9B9B9B. Windows color (decimal): -5664338 or 11440553. OLE color: 11440553.

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

Color convert

RGB169145174-
CMYK0.030.1700.32
HSL289.66º15.18%62.55%-
HSV(B)289.66º16.67%68.24%-
XYZ34.1331.7444.37-
YUV155.48138.45137.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=34.63%
G=29.71%
B=35.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691451740.030.1700.32289.6615.1862.55
HexA991AE311020122f3f
Octal2512212563210404421777
Binary101010011001000110101110111000101000001001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991AE; }

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

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

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

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

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

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

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

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