Html Css Color HEX #A49DAA East Side

📋 copy color: '#A49DAA'

red 164 ◦ green 157 ◦ blue 170

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

Shades of East Side #A49DAA

Tints of East Side #A49DAA

RGB

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

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

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

R = 33.4%
G = 31.98%
B = 34.62%

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

#A49DAA (or 0xA49DAA) is known color: East Side. HEX triplet: A4, 9D and AA. RGB value is (164,157,170). Sum of RGB (Red+Green+Blue) = 164+157+170=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #A49DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAA is #5B6255. Grayscale: #A0A0A0. Windows color (decimal): -5988950 or 11181476. OLE color: 11181476.

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

Color convert

RGB 164 157 170 -
CMYK 0.04 0.08 0 0.33
HSL 272.31º 0.07% 0.64% -
HSV(B) 272.31º 0.08% 0.67% -
XYZ 34.62 34.91 42.94 -
YUV 160.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 164 157 170 0.04 0.08 0 0.33 272.31 0.07 0.64
Hex A4 9D AA 4 8 0 21 110 7 40
Octal 244 235 252 4 10 0 41 420 7 100
Binary 10100100 10011101 10101010 100 1000 0 100001 100010000 111 1000000

Color Harmonies of #A49DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DAA

Black with #A49DAA

Text Example


Text Example

White with #A49DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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