#A499A8

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

Shades of East Side #A499A8

Tints of East Side #A499A8

Color information

#A499A8 (or 0xA499A8) is unknown color: approx East Side. HEX triplet: A4, 99 and A8. RGB value is (164,153,168). Sum of RGB (Red+Green+Blue) = 164+153+168=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 168 - color contains mainly: blue. Hex color #A499A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A8 is #5B6657. Grayscale: #9D9D9D. Windows color (decimal): -5989976 or 11049380. OLE color: 11049380.

HSL color Cylindrical-coordinate representation of color #A499A8: hue angle of 284º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A499A8 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164153168-
CMYK0.020.0900.34
HSL284º7.94%62.94%-
HSV(B)284º8.93%65.88%-
XYZ33.7733.541.73-
YUV158133.64132.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=33.81%
G=31.55%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641531680.020.0900.342847.9462.94
HexA499A82902211c83f
Octal2442312502110424341077
Binary10100100100110011010100010100101000101000111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499A8; }

 p { color: rgb(164,153,168); }

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

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

 a { background-color: rgb(164,153,168); }

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

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

 span { border-color: rgb(164,153,168); }

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