#A599AD

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

Shades of East Side #A599AD

Tints of East Side #A599AD

Color information

#A599AD (or 0xA599AD) is unknown color: approx East Side. HEX triplet: A5, 99 and AD. RGB value is (165,153,173). Sum of RGB (Red+Green+Blue) = 165+153+173=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #A599AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AD is #5A6652. Grayscale: #9E9E9E. Windows color (decimal): -5924435 or 11377061. OLE color: 11377061.

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

Color convert

RGB165153173-
CMYK0.050.1200.32
HSL276º10.87%63.92%-
HSV(B)276º11.56%67.84%-
XYZ34.4533.844.24-
YUV158.87135.98132.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=33.60%
G=31.16%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651531730.050.1200.3227610.8763.92
HexA599AD5C020114b40
Octal24523125551404042413100
Binary1010010110011001101011011011100010000010001010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599AD; }

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

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

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

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

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

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

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

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