#ACA5BF

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

Shades of Biloba Flower #ACA5BF

Tints of Biloba Flower #ACA5BF

Color information

#ACA5BF (or 0xACA5BF) is unknown color: approx Biloba Flower. HEX triplet: AC, A5 and BF. RGB value is (172,165,191). Sum of RGB (Red+Green+Blue) = 172+165+191=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACA5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5BF is #535A40. Grayscale: #A9A9A9. Windows color (decimal): -5462593 or 12559788. OLE color: 12559788.

HSL color Cylindrical-coordinate representation of color #ACA5BF: hue angle of 256.15º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACA5BF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172165191-
CMYK0.100.1400.25
HSL256.15º16.88%69.8%-
HSV(B)256.15º13.61%74.9%-
XYZ39.8739.4454.8-
YUV170.06139.82129.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 191 (75% from 255) = 36.17%
R=32.58%
G=31.25%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721651910.100.1400.25256.1516.8869.8
HexACA5BFAE0191001146
Octal254245277121603140021106
Binary10101100101001011011111110101110011001100000000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5BF; }

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

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

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

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

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

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

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

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