Html Css Color HEX #A59DAB East Side

📋 copy color: '#A59DAB'

red 165 ◦ green 157 ◦ blue 171

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

Shades of East Side #A59DAB

Tints of East Side #A59DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 33.47%
G = 31.85%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59DAB (or 0xA59DAB) is known color: East Side. HEX triplet: A5, 9D and AB. RGB value is (165,157,171). Sum of RGB (Red+Green+Blue) = 165+157+171=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: blue. Hex color #A59DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59DAB is #5A6254. Grayscale: #A0A0A0. Windows color (decimal): -5923413 or 11247013. OLE color: 11247013.

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

Color convert

RGB 165 157 171 -
CMYK 0.04 0.08 0 0.33
HSL 274.29º 0.08% 0.64% -
HSV(B) 274.29º 0.08% 0.67% -
XYZ 34.92 35.05 43.45 -
YUV 160.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 165 157 171 0.04 0.08 0 0.33 274.29 0.08 0.64
Hex A5 9D AB 4 8 0 21 112 8 40
Octal 245 235 253 4 10 0 41 422 10 100
Binary 10100101 10011101 10101011 100 1000 0 100001 100010010 1000 1000000

Color Harmonies of #A59DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59DAB

Black with #A59DAB

Text Example


Text Example

White with #A59DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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