#A596AC

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

Shades of East Side #A596AC

Tints of East Side #A596AC

Color information

#A596AC (or 0xA596AC) is unknown color: approx East Side. HEX triplet: A5, 96 and AC. RGB value is (165,150,172). Sum of RGB (Red+Green+Blue) = 165+150+172=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A596AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596AC is #5A6953. Grayscale: #9C9C9C. Windows color (decimal): -5925204 or 11310757. OLE color: 11310757.

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

Color convert

RGB165150172-
CMYK0.040.1300.33
HSL280.91º11.7%63.14%-
HSV(B)280.91º12.79%67.45%-
XYZ33.8732.7943.57-
YUV156.99136.47133.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=33.88%
G=30.80%
B=35.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651501720.040.1300.33280.9111.763.14
HexA596AC4D021119c3f
Octal2452262544150414311477
Binary101001011001011010101100100110101000011000110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596AC; }

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

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

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

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

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

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

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

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