#A899AD

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

Shades of East Side #A899AD

Tints of East Side #A899AD

Color information

#A899AD (or 0xA899AD) is unknown color: approx East Side. HEX triplet: A8, 99 and AD. RGB value is (168,153,173). Sum of RGB (Red+Green+Blue) = 168+153+173=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #A899AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899AD is #576652. Grayscale: #9F9F9F. Windows color (decimal): -5727827 or 11377064. OLE color: 11377064.

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

Color convert

RGB168153173-
CMYK0.030.1200.32
HSL285º10.87%63.92%-
HSV(B)285º11.56%67.84%-
XYZ35.0834.1244.27-
YUV159.77135.47133.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=34.01%
G=30.97%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681531730.030.1200.3228510.8763.92
HexA899AD3C02011db40
Octal25023125531404043513100
Binary101010001001100110101101111100010000010001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899AD; }

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

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

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

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

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

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

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

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