#A899B5

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

Shades of East Side #A899B5

Tints of East Side #A899B5

Color information

#A899B5 (or 0xA899B5) is unknown color: approx East Side. HEX triplet: A8, 99 and B5. RGB value is (168,153,181). Sum of RGB (Red+Green+Blue) = 168+153+181=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #A899B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A899B5 is #57664A. Grayscale: #A0A0A0. Windows color (decimal): -5727819 or 11901352. OLE color: 11901352.

HSL color Cylindrical-coordinate representation of color #A899B5: hue angle of 272.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A899B5 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168153181-
CMYK0.070.1500.29
HSL272.14º15.91%65.49%-
HSV(B)272.14º15.47%70.98%-
XYZ35.8834.4448.47-
YUV160.68139.47133.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=33.47%
G=30.48%
B=36.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681531810.070.1500.29272.1415.9165.49
HexA899B57F01D1101041
Octal25023126571703542020101
Binary1010100010011001101101011111111011101100010000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899B5; }

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

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

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

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

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

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

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

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