#AC80A3

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

Shades of Bouquet #AC80A3

Tints of Bouquet #AC80A3

Color information

#AC80A3 (or 0xAC80A3) is unknown color: approx Bouquet. HEX triplet: AC, 80 and A3. RGB value is (172,128,163). Sum of RGB (Red+Green+Blue) = 172+128+163=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 163 (64.06% from 255 or 35.21% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC80A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80A3 is #537F5C. Grayscale: #919191. Windows color (decimal): -5472093 or 10715308. OLE color: 10715308.

HSL color Cylindrical-coordinate representation of color #AC80A3: hue angle of 312.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC80A3 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172128163-
CMYK00.260.050.33
HSL312.27º20.95%58.82%-
HSV(B)312.27º25.58%67.45%-
XYZ31.3426.8538.18-
YUV145.15138.08147.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 163 (64.06% from 255) = 35.21%
R=37.15%
G=27.65%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212816300.260.050.33312.2720.9558.82
HexAC80A301A521138153b
Octal2542002430325414702573
Binary10101100100000001010001101101010110000110011100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80A3; }

 p { color: rgb(172,128,163); }

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

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

 a { background-color: rgb(172,128,163); }

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

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

 span { border-color: rgb(172,128,163); }

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