#A59BAC

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

Shades of East Side #A59BAC

Tints of East Side #A59BAC

Color information

#A59BAC (or 0xA59BAC) is unknown color: approx East Side. HEX triplet: A5, 9B and AC. RGB value is (165,155,172). Sum of RGB (Red+Green+Blue) = 165+155+172=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAC is #5A6453. Grayscale: #9F9F9F. Windows color (decimal): -5923924 or 11312037. OLE color: 11312037.

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

Color convert

RGB165155172-
CMYK0.040.1000.33
HSL275.29º9.29%64.12%-
HSV(B)275.29º9.88%67.45%-
XYZ34.6834.4243.85-
YUV159.93134.81131.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=33.54%
G=31.50%
B=34.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651551720.040.1000.33275.299.2964.12
HexA59BAC4A021113940
Octal24523325441204142311100
Binary1010010110011011101011001001010010000110001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BAC; }

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

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

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

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

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

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

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

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