#ACA4BA

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

Shades of Biloba Flower #ACA4BA

Tints of Biloba Flower #ACA4BA

Color information

#ACA4BA (or 0xACA4BA) is unknown color: approx Biloba Flower. HEX triplet: AC, A4 and BA. RGB value is (172,164,186). Sum of RGB (Red+Green+Blue) = 172+164+186=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA4BA is #535B45. Grayscale: #A8A8A8. Windows color (decimal): -5462854 or 12231852. OLE color: 12231852.

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

Color convert

RGB172164186-
CMYK0.080.1200.27
HSL261.82º13.75%68.63%-
HSV(B)261.82º11.83%72.94%-
XYZ39.1538.8751.89-
YUV168.9137.65130.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=32.95%
G=31.42%
B=35.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721641860.080.1200.27261.8213.7568.63
HexACA4BA8C01B106e45
Octal254244272101403340616105
Binary1010110010100100101110101000110001101110000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA4BA; }

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

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

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

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

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

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

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

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