#A299AA

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

Shades of East Side #A299AA

Tints of East Side #A299AA

Color information

#A299AA (or 0xA299AA) is unknown color: approx East Side. HEX triplet: A2, 99 and AA. RGB value is (162,153,170). Sum of RGB (Red+Green+Blue) = 162+153+170=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A299AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AA is #5D6655. Grayscale: #9D9D9D. Windows color (decimal): -6121046 or 11180450. OLE color: 11180450.

HSL color Cylindrical-coordinate representation of color #A299AA: hue angle of 271.76º 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 #A299AA is Cyan = 0.05, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162153170-
CMYK0.050.100.33
HSL271.76º9.09%63.33%-
HSV(B)271.76º10%66.67%-
XYZ33.5533.3742.7-
YUV157.63134.98131.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=33.40%
G=31.55%
B=35.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621531700.050.100.33271.769.0963.33
HexA299AA5A02111093f
Octal2422312525120414201177
Binary101000101001100110101010101101001000011000100001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A299AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A299AA; }

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

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

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

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

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

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

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

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