#A599AB

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

Shades of East Side #A599AB

Tints of East Side #A599AB

Color information

#A599AB (or 0xA599AB) is unknown color: approx East Side. HEX triplet: A5, 99 and AB. RGB value is (165,153,171). Sum of RGB (Red+Green+Blue) = 165+153+171=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A599AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AB is #5A6654. Grayscale: #9E9E9E. Windows color (decimal): -5924437 or 11245989. OLE color: 11245989.

HSL color Cylindrical-coordinate representation of color #A599AB: hue angle of 280º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A599AB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165153171-
CMYK0.040.1100.33
HSL280º9.68%63.53%-
HSV(B)280º10.53%67.06%-
XYZ34.2633.7243.23-
YUV158.64134.98132.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=33.74%
G=31.29%
B=34.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651531710.040.1100.332809.6863.53
HexA599AB4B021118a40
Octal24523125341304143012100
Binary1010010110011001101010111001011010000110001100010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A599AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A599AB; }

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

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

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

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

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

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

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

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