Html Css Color HEX #A49CAA East Side

📋 copy color: '#A49CAA'

red 164 ◦ green 156 ◦ blue 170

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

Shades of East Side #A49CAA

Tints of East Side #A49CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 33.47%
G = 31.84%
B = 34.69%

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

#A49CAA (or 0xA49CAA) is known color: East Side. HEX triplet: A4, 9C and AA. RGB value is (164,156,170). Sum of RGB (Red+Green+Blue) = 164+156+170=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 156 (61.33% from 255 or 31.84% 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 #A49CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49CAA is #5B6355. Grayscale: #9F9F9F. Windows color (decimal): -5989206 or 11181220. OLE color: 11181220.

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

Color convert

RGB 164 156 170 -
CMYK 0.04 0.08 0 0.33
HSL 274.29º 0.08% 0.64% -
HSV(B) 274.29º 0.08% 0.67% -
XYZ 34.45 34.57 42.89 -
YUV 159.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 164 156 170 0.04 0.08 0 0.33 274.29 0.08 0.64
Hex A4 9C AA 4 8 0 21 112 8 40
Octal 244 234 252 4 10 0 41 422 10 100
Binary 10100100 10011100 10101010 100 1000 0 100001 100010010 1000 1000000

Color Harmonies of #A49CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CAA

Black with #A49CAA

Text Example


Text Example

White with #A49CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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