#A596AA

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

Shades of East Side #A596AA

Tints of East Side #A596AA

Color information

#A596AA (or 0xA596AA) is unknown color: approx East Side. HEX triplet: A5, 96 and AA. RGB value is (165,150,170). Sum of RGB (Red+Green+Blue) = 165+150+170=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A596AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596AA is #5A6955. Grayscale: #9C9C9C. Windows color (decimal): -5925206 or 11179685. OLE color: 11179685.

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

Color convert

RGB165150170-
CMYK0.030.1200.33
HSL285º10.53%62.75%-
HSV(B)285º11.76%66.67%-
XYZ33.6832.7142.57-
YUV156.76135.47133.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=34.02%
G=30.93%
B=35.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651501700.030.1200.3328510.5362.75
HexA596AA3C02111db3f
Octal2452262523140414351377
Binary10100101100101101010101011110001000011000111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596AA; }

 p { color: rgb(165,150,170); }

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

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

 a { background-color: rgb(165,150,170); }

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

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

 span { border-color: rgb(165,150,170); }

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