#A98EAE

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

Shades of East Side #A98EAE

Tints of East Side #A98EAE

Color information

#A98EAE (or 0xA98EAE) is unknown color: approx East Side. HEX triplet: A9, 8E and AE. RGB value is (169,142,174). Sum of RGB (Red+Green+Blue) = 169+142+174=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #A98EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98EAE is #567151. Grayscale: #999999. Windows color (decimal): -5665106 or 11439785. OLE color: 11439785.

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

Color convert

RGB169142174-
CMYK0.030.1800.32
HSL290.62º16.49%61.96%-
HSV(B)290.62º18.39%68.24%-
XYZ33.6830.8444.22-
YUV153.72139.45138.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=34.85%
G=29.28%
B=35.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691421740.030.1800.32290.6216.4961.96
HexA98EAE312020123103e
Octal2512162563220404432076
Binary1010100110001110101011101110010010000010010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98EAE; }

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

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

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

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

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

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

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

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