Html Css Color HEX #A49BAA East Side

📋 copy color: '#A49BAA'

red 164 ◦ green 155 ◦ blue 170

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

Shades of East Side #A49BAA

Tints of East Side #A49BAA

RGB

 RED value IS 164 (64.45% from 255) = 33.54%

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 33.54%
G = 31.7%
B = 34.76%

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

#A49BAA (or 0xA49BAA) is known color: East Side. HEX triplet: A4, 9B and AA. RGB value is (164,155,170). Sum of RGB (Red+Green+Blue) = 164+155+170=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A49BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAA is #5B6455. Grayscale: #9F9F9F. Windows color (decimal): -5989462 or 11180964. OLE color: 11180964.

HSL color Cylindrical-coordinate representation of color #A49BAA: hue angle of 276º 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 #A49BAA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 155 170 -
CMYK 0.04 0.09 0 0.33
HSL 276º 0.08% 0.64% -
HSV(B) 276º 0.09% 0.67% -
XYZ 34.29 34.24 42.83 -
YUV 159.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 164 155 170 0.04 0.09 0 0.33 276 0.08 0.64
Hex A4 9B AA 4 9 0 21 114 8 40
Octal 244 233 252 4 11 0 41 424 10 100
Binary 10100100 10011011 10101010 100 1001 0 100001 100010100 1000 1000000

Color Harmonies of #A49BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BAA

Black with #A49BAA

Text Example


Text Example

White with #A49BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BAA; }

 p { color: rgb(164,155,170); }

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

background-color css

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

 a { background-color: rgb(164,155,170); }

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

border-color css

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

 span { border-color: rgb(164,155,170); }

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