Html Css Color HEX #A59BAE East Side

📋 copy color: '#A59BAE'

red 165 ◦ green 155 ◦ blue 174

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

Shades of East Side #A59BAE

Tints of East Side #A59BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 33.4%
G = 31.38%
B = 35.22%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A59BAE (or 0xA59BAE) is known color: East Side. HEX triplet: A5, 9B and AE. RGB value is (165,155,174). Sum of RGB (Red+Green+Blue) = 165+155+174=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #A59BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAE is #5A6451. Grayscale: #A0A0A0. Windows color (decimal): -5923922 or 11443109. OLE color: 11443109.

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

Color convert

RGB 165 155 174 -
CMYK 0.05 0.11 0 0.32
HSL 271.58º 0.1% 0.65% -
HSV(B) 271.58º 0.11% 0.68% -
XYZ 34.88 34.5 44.86 -
YUV 160.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 165 155 174 0.05 0.11 0 0.32 271.58 0.1 0.65
Hex A5 9B AE 5 B 0 20 110 A 41
Octal 245 233 256 5 13 0 40 420 12 101
Binary 10100101 10011011 10101110 101 1011 0 100000 100010000 1010 1000001

Color Harmonies of #A59BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BAE

Black with #A59BAE

Text Example


Text Example

White with #A59BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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