#A896AE

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

Shades of East Side #A896AE

Tints of East Side #A896AE

Color information

#A896AE (or 0xA896AE) is unknown color: approx East Side. HEX triplet: A8, 96 and AE. RGB value is (168,150,174). Sum of RGB (Red+Green+Blue) = 168+150+174=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A896AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A896AE is #576951. Grayscale: #9E9E9E. Windows color (decimal): -5728594 or 11441832. OLE color: 11441832.

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

Color convert

RGB168150174-
CMYK0.030.1400.32
HSL285º12.9%63.53%-
HSV(B)285º13.79%68.24%-
XYZ34.6933.1944.62-
YUV158.12136.96135.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.15%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=34.15%
G=30.49%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681501740.030.1400.3228512.963.53
HexA896AE3E02011dd40
Octal25022625631604043515100
Binary101010001001011010101110111110010000010001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A896AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A896AE; }

 p { color: rgb(168,150,174); }

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

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

 a { background-color: rgb(168,150,174); }

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

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

 span { border-color: rgb(168,150,174); }

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