#ACA5BD

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

Shades of Biloba Flower #ACA5BD

Tints of Biloba Flower #ACA5BD

Color information

#ACA5BD (or 0xACA5BD) is unknown color: approx Biloba Flower. HEX triplet: AC, A5 and BD. RGB value is (172,165,189). Sum of RGB (Red+Green+Blue) = 172+165+189=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #ACA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA5BD is #535A42. Grayscale: #A9A9A9. Windows color (decimal): -5462595 or 12428716. OLE color: 12428716.

HSL color Cylindrical-coordinate representation of color #ACA5BD: hue angle of 257.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA5BD is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172165189-
CMYK0.090.1300.26
HSL257.5º15.38%69.41%-
HSV(B)257.5º12.7%74.12%-
XYZ39.6539.3653.65-
YUV169.83138.82129.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=32.70%
G=31.37%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721651890.090.1300.26257.515.3869.41
HexACA5BD9D01A102f45
Octal254245275111503240217105
Binary1010110010100101101111011001110101101010000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA5BD; }

 p { color: rgb(172,165,189); }

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

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

 a { background-color: rgb(172,165,189); }

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

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

 span { border-color: rgb(172,165,189); }

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