Html Css Color HEX #A499AC East Side

📋 copy color: '#A499AC'

red 164 ◦ green 153 ◦ blue 172

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

Shades of East Side #A499AC

Tints of East Side #A499AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 33.54%
G = 31.29%
B = 35.17%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A499AC (or 0xA499AC) is known color: East Side. HEX triplet: A4, 99 and AC. RGB value is (164,153,172). Sum of RGB (Red+Green+Blue) = 164+153+172=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #A499AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499AC is #5B6653. Grayscale: #9E9E9E. Windows color (decimal): -5989972 or 11311524. OLE color: 11311524.

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

Color convert

RGB 164 153 172 -
CMYK 0.05 0.11 0 0.33
HSL 274.74º 0.1% 0.64% -
HSV(B) 274.74º 0.11% 0.67% -
XYZ 34.15 33.65 43.73 -
YUV 158.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 164 153 172 0.05 0.11 0 0.33 274.74 0.1 0.64
Hex A4 99 AC 5 B 0 21 113 A 40
Octal 244 231 254 5 13 0 41 423 12 100
Binary 10100100 10011001 10101100 101 1011 0 100001 100010011 1010 1000000

Color Harmonies of #A499AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499AC

Black with #A499AC

Text Example


Text Example

White with #A499AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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