Html Css Color HEX #A496AB East Side

📋 copy color: '#A496AB'

red 164 ◦ green 150 ◦ blue 171

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

Shades of East Side #A496AB

Tints of East Side #A496AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.93%

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 33.81%
G = 30.93%
B = 35.26%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A496AB (or 0xA496AB) is known color: East Side. HEX triplet: A4, 96 and AB. RGB value is (164,150,171). Sum of RGB (Red+Green+Blue) = 164+150+171=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #A496AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A496AB is #5B6954. Grayscale: #9C9C9C. Windows color (decimal): -5990741 or 11245220. OLE color: 11245220.

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

Color convert

RGB 164 150 171 -
CMYK 0.04 0.12 0 0.33
HSL 280º 0.11% 0.63% -
HSV(B) 280º 0.12% 0.67% -
XYZ 33.57 32.65 43.06 -
YUV 156.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 164 150 171 0.04 0.12 0 0.33 280 0.11 0.63
Hex A4 96 AB 4 C 0 21 118 B 3F
Octal 244 226 253 4 14 0 41 430 13 77
Binary 10100100 10010110 10101011 100 1100 0 100001 100011000 1011 111111

Color Harmonies of #A496AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496AB

Black with #A496AB

Text Example


Text Example

White with #A496AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496AB; }

 p { color: rgb(164,150,171); }

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

background-color css

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

 a { background-color: rgb(164,150,171); }

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

border-color css

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

 span { border-color: rgb(164,150,171); }

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