#A499AA

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

Shades of East Side #A499AA

Tints of East Side #A499AA

Color information

#A499AA (or 0xA499AA) is unknown color: approx East Side. HEX triplet: A4, 99 and AA. RGB value is (164,153,170). Sum of RGB (Red+Green+Blue) = 164+153+170=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A499AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499AA is #5B6655. Grayscale: #9E9E9E. Windows color (decimal): -5989974 or 11180452. OLE color: 11180452.

HSL color Cylindrical-coordinate representation of color #A499AA: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A499AA is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164153170-
CMYK0.040.100.33
HSL278.82º9.09%63.33%-
HSV(B)278.82º10%66.67%-
XYZ33.9633.5842.72-
YUV158.23134.64132.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=33.68%
G=31.42%
B=34.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641531700.040.100.33278.829.0963.33
HexA499AA4A02111793f
Octal2442312524120414271177
Binary101001001001100110101010100101001000011000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A499AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A499AA; }

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

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

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

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

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

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

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

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