#AC85A0

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

Shades of Bouquet #AC85A0

Tints of Bouquet #AC85A0

Color information

#AC85A0 (or 0xAC85A0) is unknown color: approx Bouquet. HEX triplet: AC, 85 and A0. RGB value is (172,133,160). Sum of RGB (Red+Green+Blue) = 172+133+160=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC85A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC85A0 is #537A5F. Grayscale: #939393. Windows color (decimal): -5470816 or 10519980. OLE color: 10519980.

HSL color Cylindrical-coordinate representation of color #AC85A0: hue angle of 318.46º 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 #AC85A0 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB172133160-
CMYK00.230.070.33
HSL318.46º19.02%59.8%-
HSV(B)318.46º22.67%67.45%-
XYZ31.7528.0837.01-
YUV147.74134.92145.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=36.99%
G=28.60%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213316000.230.070.33318.4619.0259.8
HexAC85A001772113e133c
Octal2542052400277414762374
Binary10101100100001011010000001011111110000110011111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85A0; }

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

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

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

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

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

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

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

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