#ACA3BF

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

Shades of Biloba Flower #ACA3BF

Tints of Biloba Flower #ACA3BF

Color information

#ACA3BF (or 0xACA3BF) is unknown color: approx Biloba Flower. HEX triplet: AC, A3 and BF. RGB value is (172,163,191). Sum of RGB (Red+Green+Blue) = 172+163+191=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA3BF is #535C40. Grayscale: #A8A8A8. Windows color (decimal): -5463105 or 12559276. OLE color: 12559276.

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

Color convert

RGB172163191-
CMYK0.100.1500.25
HSL259.29º17.95%69.41%-
HSV(B)259.29º14.66%74.9%-
XYZ39.5138.7354.68-
YUV168.88140.48130.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 191 (75% from 255) = 36.31%
R=32.70%
G=30.99%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721631910.100.1500.25259.2917.9569.41
HexACA3BFAF0191031245
Octal254243277121703140322105
Binary10101100101000111011111110101111011001100000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA3BF; }

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

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

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

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

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

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

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

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