Html Css Color HEX #A59BAA East Side

📋 copy color: '#A59BAA'

red 165 ◦ green 155 ◦ blue 170

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

Shades of East Side #A59BAA

Tints of East Side #A59BAA

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.8% from 255) = 34.69%

R = 33.67%
G = 31.63%
B = 34.69%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59BAA (or 0xA59BAA) is known color: 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

RGB 165 155 170 -
CMYK 0.03 0.09 0 0.33
HSL 280º 0.08% 0.64% -
HSV(B) 280º 0.09% 0.67% -
XYZ 34.49 34.34 42.84 -
YUV 159.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 165 155 170 0.03 0.09 0 0.33 280 0.08 0.64
Hex A5 9B AA 3 9 0 21 118 8 40
Octal 245 233 252 3 11 0 41 430 10 100
Binary 10100101 10011011 10101010 11 1001 0 100001 100011000 1000 1000000

Color Harmonies of #A59BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BAA

Black with #A59BAA

Text Example


Text Example

White with #A59BAA

Text Example


Text Example

HTML Codes & Css Web 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>