Html Css Color HEX #A49BAE East Side

📋 copy color: '#A49BAE'

red 164 ◦ green 155 ◦ blue 174

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

Shades of East Side #A49BAE

Tints of East Side #A49BAE

RGB

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

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

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

R = 33.27%
G = 31.44%
B = 35.29%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A49BAE (or 0xA49BAE) is known color: East Side. HEX triplet: A4, 9B and AE. RGB value is (164,155,174). Sum of RGB (Red+Green+Blue) = 164+155+174=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49BAE is #5B6451. Grayscale: #9F9F9F. Windows color (decimal): -5989458 or 11443108. OLE color: 11443108.

HSL color Cylindrical-coordinate representation of color #A49BAE: hue angle of 268.42º 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 #A49BAE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 155 174 -
CMYK 0.06 0.11 0 0.32
HSL 268.42º 0.1% 0.65% -
HSV(B) 268.42º 0.11% 0.68% -
XYZ 34.67 34.39 44.86 -
YUV 159.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 164 155 174 0.06 0.11 0 0.32 268.42 0.1 0.65
Hex A4 9B AE 6 B 0 20 10C A 41
Octal 244 233 256 6 13 0 40 414 12 101
Binary 10100100 10011011 10101110 110 1011 0 100000 100001100 1010 1000001

Color Harmonies of #A49BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BAE

Black with #A49BAE

Text Example


Text Example

White with #A49BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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