#ACA2BF

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

Shades of Biloba Flower #ACA2BF

Tints of Biloba Flower #ACA2BF

Color information

#ACA2BF (or 0xACA2BF) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and BF. RGB value is (172,162,191). Sum of RGB (Red+Green+Blue) = 172+162+191=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACA2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2BF is #535D40. Grayscale: #A8A8A8. Windows color (decimal): -5463361 or 12559020. OLE color: 12559020.

HSL color Cylindrical-coordinate representation of color #ACA2BF: hue angle of 260.69º 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 #ACA2BF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172162191-
CMYK0.100.1500.25
HSL260.69º18.47%69.22%-
HSV(B)260.69º15.18%74.9%-
XYZ39.3438.3754.62-
YUV168.3140.81130.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 191 (75% from 255) = 36.38%
R=32.76%
G=30.86%
B=36.38%

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
Decimal1721621910.100.1500.25260.6918.4769.22
HexACA2BFAF0191051245
Octal254242277121703140522105
Binary10101100101000101011111110101111011001100000101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2BF; }

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

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

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

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

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

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

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

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