#A998AE

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

Shades of East Side #A998AE

Tints of East Side #A998AE

Color information

#A998AE (or 0xA998AE) is unknown color: approx East Side. HEX triplet: A9, 98 and AE. RGB value is (169,152,174). Sum of RGB (Red+Green+Blue) = 169+152+174=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #A998AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AE is #566751. Grayscale: #9F9F9F. Windows color (decimal): -5662546 or 11442345. OLE color: 11442345.

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

Color convert

RGB169152174-
CMYK0.030.1300.32
HSL286.36º11.96%63.92%-
HSV(B)286.36º12.64%68.24%-
XYZ35.2333.9544.74-
YUV159.59136.13134.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=34.14%
G=30.71%
B=35.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691521740.030.1300.32286.3611.9663.92
HexA998AE3D02011ec40
Octal25123025631504043614100
Binary101010011001100010101110111101010000010001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998AE; }

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

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

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

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

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

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

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

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