#ACA1BF

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

Shades of Biloba Flower #ACA1BF

Tints of Biloba Flower #ACA1BF

Color information

#ACA1BF (or 0xACA1BF) is unknown color: approx Biloba Flower. HEX triplet: AC, A1 and BF. RGB value is (172,161,191). Sum of RGB (Red+Green+Blue) = 172+161+191=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACA1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1BF is #535E40. Grayscale: #A7A7A7. Windows color (decimal): -5463617 or 12558764. OLE color: 12558764.

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

Color convert

RGB172161191-
CMYK0.100.1600.25
HSL262º18.99%69.02%-
HSV(B)262º15.71%74.9%-
XYZ39.1638.0254.57-
YUV167.71141.14131.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 191 (75% from 255) = 36.45%
R=32.82%
G=30.73%
B=36.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721611910.100.1600.2526218.9969.02
HexACA1BFA100191061345
Octal254241277122003140623105
Binary101011001010000110111111101010000011001100000110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA1BF; }

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

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

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

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

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

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

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

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