#A598AB

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

Shades of East Side #A598AB

Tints of East Side #A598AB

Color information

#A598AB (or 0xA598AB) is unknown color: approx East Side. HEX triplet: A5, 98 and AB. RGB value is (165,152,171). Sum of RGB (Red+Green+Blue) = 165+152+171=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #A598AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598AB is #5A6754. Grayscale: #9D9D9D. Windows color (decimal): -5924693 or 11245733. OLE color: 11245733.

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

Color convert

RGB165152171-
CMYK0.040.1100.33
HSL281.05º10.16%63.33%-
HSV(B)281.05º11.11%67.06%-
XYZ34.133.443.18-
YUV158.05135.31132.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=33.81%
G=31.15%
B=35.04%

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
Decimal1651521710.040.1100.33281.0510.1663.33
HexA598AB4B021119a3f
Octal2452302534130414311277
Binary101001011001100010101011100101101000011000110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598AB; }

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

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

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

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

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

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

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

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