#A498AC

Color #A498AC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A498AC

Tints of East Side #A498AC

Color information

#A498AC (or 0xA498AC) is unknown color: approx East Side. HEX triplet: A4, 98 and AC. RGB value is (164,152,172). Sum of RGB (Red+Green+Blue) = 164+152+172=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A498AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A498AC is #5B6753. Grayscale: #9D9D9D. Windows color (decimal): -5990228 or 11311268. OLE color: 11311268.

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

Color convert

RGB164152172-
CMYK0.050.1200.33
HSL276º10.75%63.53%-
HSV(B)276º11.63%67.45%-
XYZ33.9833.3343.67-
YUV157.87135.98132.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=33.61%
G=31.15%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641521720.050.1200.3327610.7563.53
HexA498AC5C021114b40
Octal24423025451404142413100
Binary1010010010011000101011001011100010000110001010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A498AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A498AC; }

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

 H1.HeaderClassName
 {
   color: #A498AC;
 }
 .AnyTagClassName
 {
   color: #A498AC;
 }
</style>
background-color css

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

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

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

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

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

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