Html Css Color HEX #A499AA East Side

📋 copy color: '#A499AA'

red 164 ◦ green 153 ◦ blue 170

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

Shades of East Side #A499AA

Tints of East Side #A499AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.42%

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

R = 33.68%
G = 31.42%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A499AA (or 0xA499AA) is known color: East Side. HEX triplet: A4, 99 and AA. RGB value is (164,153,170). Sum of RGB (Red+Green+Blue) = 164+153+170=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A499AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499AA is #5B6655. Grayscale: #9E9E9E. Windows color (decimal): -5989974 or 11180452. OLE color: 11180452.

HSL color Cylindrical-coordinate representation of color #A499AA: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A499AA is Cyan = 0.04, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 153 170 -
CMYK 0.04 0.1 0 0.33
HSL 278.82º 0.09% 0.63% -
HSV(B) 278.82º 0.1% 0.67% -
XYZ 33.96 33.58 42.72 -
YUV 158.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 164 153 170 0.04 0.1 0 0.33 278.82 0.09 0.63
Hex A4 99 AA 4 A 0 21 117 9 3F
Octal 244 231 252 4 12 0 41 427 11 77
Binary 10100100 10011001 10101010 100 1010 0 100001 100010111 1001 111111

Color Harmonies of #A499AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499AA

Black with #A499AA

Text Example


Text Example

White with #A499AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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