#A59BAA

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

Shades of East Side #A59BAA

Tints of East Side #A59BAA

Color information

#A59BAA (or 0xA59BAA) is unknown color: approx East Side. HEX triplet: A5, 9B and AA. RGB value is (165,155,170). Sum of RGB (Red+Green+Blue) = 165+155+170=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A59BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAA is #5A6455. Grayscale: #9F9F9F. Windows color (decimal): -5923926 or 11180965. OLE color: 11180965.

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

Color convert

RGB165155170-
CMYK0.030.0900.33
HSL280º8.11%63.73%-
HSV(B)280º8.82%66.67%-
XYZ34.4934.3442.84-
YUV159.7133.81131.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 155 (60.94% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=33.67%
G=31.63%
B=34.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651551700.030.0900.332808.1163.73
HexA59BAA39021118840
Octal24523325231104143010100
Binary101001011001101110101010111001010000110001100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BAA; }

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

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

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

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

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

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

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

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