#AC85A1

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

Shades of Bouquet #AC85A1

Tints of Bouquet #AC85A1

Color information

#AC85A1 (or 0xAC85A1) is unknown color: approx Bouquet. HEX triplet: AC, 85 and A1. RGB value is (172,133,161). Sum of RGB (Red+Green+Blue) = 172+133+161=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC85A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85A1 is #537A5E. Grayscale: #939393. Windows color (decimal): -5470815 or 10585516. OLE color: 10585516.

HSL color Cylindrical-coordinate representation of color #AC85A1: hue angle of 316.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC85A1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172133161-
CMYK00.230.060.33
HSL316.92º19.02%59.8%-
HSV(B)316.92º22.67%67.45%-
XYZ31.8328.1237.47-
YUV147.85135.42145.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=36.91%
G=28.54%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213316100.230.060.33316.9219.0259.8
HexAC85A101762113d133c
Octal2542052410276414752374
Binary10101100100001011010000101011111010000110011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85A1; }

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

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

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

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

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

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

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

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