#A68CAC

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

Shades of East Side #A68CAC

Tints of East Side #A68CAC

Color information

#A68CAC (or 0xA68CAC) is unknown color: approx East Side. HEX triplet: A6, 8C and AC. RGB value is (166,140,172). Sum of RGB (Red+Green+Blue) = 166+140+172=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #A68CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68CAC is #597353. Grayscale: #979797. Windows color (decimal): -5862228 or 11308198. OLE color: 11308198.

HSL color Cylindrical-coordinate representation of color #A68CAC: hue angle of 288.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A68CAC is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166140172-
CMYK0.030.1900.33
HSL288.75º16.16%61.18%-
HSV(B)288.75º18.6%67.45%-
XYZ32.5529.8443.07-
YUV151.42139.61138.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=34.73%
G=29.29%
B=35.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661401720.030.1900.33288.7516.1661.18
HexA68CAC313021121103d
Octal2462142543230414412075
Binary1010011010001100101011001110011010000110010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CAC; }

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

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

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

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

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

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

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

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