#ACA2B9

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

Shades of Biloba Flower #ACA2B9

Tints of Biloba Flower #ACA2B9

Color information

#ACA2B9 (or 0xACA2B9) is unknown color: approx Biloba Flower. HEX triplet: AC, A2 and B9. RGB value is (172,162,185). Sum of RGB (Red+Green+Blue) = 172+162+185=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACA2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA2B9 is #535D46. Grayscale: #A7A7A7. Windows color (decimal): -5463367 or 12165804. OLE color: 12165804.

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

Color convert

RGB172162185-
CMYK0.070.1200.27
HSL266.09º14.11%68.04%-
HSV(B)266.09º12.43%72.55%-
XYZ38.6938.1151.22-
YUV167.61137.81131.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=33.14%
G=31.21%
B=35.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721621850.070.1200.27266.0914.1168.04
HexACA2B97C01B10ae44
Octal25424227171403341216104
Binary101011001010001010111001111110001101110000101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA2B9; }

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

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

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

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

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

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

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

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