#A599AE

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

Shades of East Side #A599AE

Tints of East Side #A599AE

Color information

#A599AE (or 0xA599AE) is unknown color: approx East Side. HEX triplet: A5, 99 and AE. RGB value is (165,153,174). Sum of RGB (Red+Green+Blue) = 165+153+174=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A599AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AE is #5A6651. Grayscale: #9E9E9E. Windows color (decimal): -5924434 or 11442597. OLE color: 11442597.

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

Color convert

RGB165153174-
CMYK0.050.1200.32
HSL274.29º11.48%64.12%-
HSV(B)274.29º12.07%68.24%-
XYZ34.5533.8444.75-
YUV158.98136.48132.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 153 (60.16% from 255) = 31.10%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=33.54%
G=31.10%
B=35.37%

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
Decimal1651531740.050.1200.32274.2911.4864.12
HexA599AE5C020112b40
Octal24523125651404042213100
Binary1010010110011001101011101011100010000010001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599AE; }

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

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

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

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

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

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

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

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