#ACA0BA

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

Shades of East Side #ACA0BA

Tints of East Side #ACA0BA

Color information

#ACA0BA (or 0xACA0BA) is unknown color: approx East Side. HEX triplet: AC, A0 and BA. RGB value is (172,160,186). Sum of RGB (Red+Green+Blue) = 172+160+186=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0BA is #535F45. Grayscale: #A6A6A6. Windows color (decimal): -5463878 or 12230828. OLE color: 12230828.

HSL color Cylindrical-coordinate representation of color #ACA0BA: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACA0BA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172160186-
CMYK0.080.1400.27
HSL267.69º15.85%67.84%-
HSV(B)267.69º13.98%72.94%-
XYZ38.4537.4651.66-
YUV166.55138.98131.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=33.20%
G=30.89%
B=35.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721601860.080.1400.27267.6915.8567.84
HexACA0BA8E01B10c1044
Octal254240272101603341420104
Binary10101100101000001011101010001110011011100001100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA0BA; }

 p { color: rgb(172,160,186); }

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

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

 a { background-color: rgb(172,160,186); }

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

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

 span { border-color: rgb(172,160,186); }

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