#A992AE

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

Shades of East Side #A992AE

Tints of East Side #A992AE

Color information

#A992AE (or 0xA992AE) is unknown color: approx East Side. HEX triplet: A9, 92 and AE. RGB value is (169,146,174). Sum of RGB (Red+Green+Blue) = 169+146+174=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A992AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AE is #566D51. Grayscale: #9B9B9B. Windows color (decimal): -5664082 or 11440809. OLE color: 11440809.

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

Color convert

RGB169146174-
CMYK0.030.1600.32
HSL289.29º14.74%62.75%-
HSV(B)289.29º16.09%68.24%-
XYZ34.2832.0544.42-
YUV156.07138.12137.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=34.56%
G=29.86%
B=35.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691461740.030.1600.32289.2914.7462.75
HexA992AE310020121f3f
Octal2512222563200404411777
Binary101010011001001010101110111000001000001001000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992AE; }

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

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

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

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

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

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

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

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