#ACA5BA

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

Shades of Biloba Flower #ACA5BA

Tints of Biloba Flower #ACA5BA

Color information

#ACA5BA (or 0xACA5BA) is unknown color: approx Biloba Flower. HEX triplet: AC, A5 and BA. RGB value is (172,165,186). Sum of RGB (Red+Green+Blue) = 172+165+186=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5BA is #535A45. Grayscale: #A9A9A9. Windows color (decimal): -5462598 or 12232108. OLE color: 12232108.

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

Color convert

RGB172165186-
CMYK0.080.1100.27
HSL260º13.21%68.82%-
HSV(B)260º11.29%72.94%-
XYZ39.3339.2351.95-
YUV169.49137.32129.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=32.89%
G=31.55%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721651860.080.1100.2726013.2168.82
HexACA5BA8B01B104d45
Octal254245272101303340415105
Binary1010110010100101101110101000101101101110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5BA; }

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

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

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

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

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

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

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

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