#A59DAD

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

Shades of East Side #A59DAD

Tints of East Side #A59DAD

Color information

#A59DAD (or 0xA59DAD) is unknown color: approx East Side. HEX triplet: A5, 9D and AD. RGB value is (165,157,173). Sum of RGB (Red+Green+Blue) = 165+157+173=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #A59DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAD is #5A6252. Grayscale: #A1A1A1. Windows color (decimal): -5923411 or 11378085. OLE color: 11378085.

HSL color Cylindrical-coordinate representation of color #A59DAD: hue angle of 270º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59DAD is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165157173-
CMYK0.050.0900.32
HSL270º8.89%64.71%-
HSV(B)270º9.25%67.84%-
XYZ35.1235.1344.47-
YUV161.22134.65130.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=33.33%
G=31.72%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651571730.050.0900.322708.8964.71
HexA59DAD5902010e941
Octal24523525551104041611101
Binary1010010110011101101011011011001010000010000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DAD; }

 p { color: rgb(165,157,173); }

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

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

 a { background-color: rgb(165,157,173); }

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

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

 span { border-color: rgb(165,157,173); }

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