#A698AC

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

Shades of East Side #A698AC

Tints of East Side #A698AC

Color information

#A698AC (or 0xA698AC) is unknown color: approx East Side. HEX triplet: A6, 98 and AC. RGB value is (166,152,172). Sum of RGB (Red+Green+Blue) = 166+152+172=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A698AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A698AC is #596753. Grayscale: #9E9E9E. Windows color (decimal): -5859156 or 11311270. OLE color: 11311270.

HSL color Cylindrical-coordinate representation of color #A698AC: hue angle of 282º 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 #A698AC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166152172-
CMYK0.030.1200.33
HSL282º10.75%63.53%-
HSV(B)282º11.63%67.45%-
XYZ34.433.5443.69-
YUV158.47135.64133.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 152 (59.77% from 255) = 31.02%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=33.88%
G=31.02%
B=35.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661521720.030.1200.3328210.7563.53
HexA698AC3C02111ab40
Octal24623025431404143213100
Binary101001101001100010101100111100010000110001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A698AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A698AC; }

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

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

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

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

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

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

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

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