Html Css Color HEX #A59DAC East Side

📋 copy color: '#A59DAC'

red 165 ◦ green 157 ◦ blue 172

#A59DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #A59DAC

Tints of East Side #A59DAC

RGB

 RED value IS 165 (64.84% from 255) = 33.4%

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 33.4%
G = 31.78%
B = 34.82%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59DAC (or 0xA59DAC) is known color: East Side. HEX triplet: A5, 9D and AC. RGB value is (165,157,172). Sum of RGB (Red+Green+Blue) = 165+157+172=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAC is #5A6253. Grayscale: #A1A1A1. Windows color (decimal): -5923412 or 11312549. OLE color: 11312549.

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

Color convert

RGB 165 157 172 -
CMYK 0.04 0.09 0 0.33
HSL 272º 0.08% 0.65% -
HSV(B) 272º 0.09% 0.67% -
XYZ 35.02 35.09 43.96 -
YUV 161.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 165 157 172 0.04 0.09 0 0.33 272 0.08 0.65
Hex A5 9D AC 4 9 0 21 110 8 41
Octal 245 235 254 4 11 0 41 420 10 101
Binary 10100101 10011101 10101100 100 1001 0 100001 100010000 1000 1000001

Color Harmonies of #A59DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DAC

Black with #A59DAC

Text Example


Text Example

White with #A59DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DAC; }

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

 H1.HeaderClassName
 {
   color: #A59DAC;
 }
 .AnyTagClassName
 {
   color: #A59DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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