#ACA1BA

Color #ACA1BA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #ACA1BA

Tints of Biloba Flower #ACA1BA

Color information

#ACA1BA (or 0xACA1BA) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and BA. RGB value is (172,161,186). Sum of RGB (Red+Green+Blue) = 172+161+186=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1BA is #535E45. Grayscale: #A7A7A7. Windows color (decimal): -5463622 or 12231084. OLE color: 12231084.

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

Color convert

RGB172161186-
CMYK0.080.1300.27
HSL266.4º15.34%68.04%-
HSV(B)266.4º13.44%72.94%-
XYZ38.6237.8151.72-
YUV167.14138.64131.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=33.14%
G=31.02%
B=35.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721611860.080.1300.27266.415.3468.04
HexACA1BA8D01B10af44
Octal254241272101503341217104
Binary1010110010100001101110101000110101101110000101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1BA; }

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

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

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

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

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

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

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

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