#AC80A2

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

Shades of Bouquet #AC80A2

Tints of Bouquet #AC80A2

Color information

#AC80A2 (or 0xAC80A2) is unknown color: approx Bouquet. HEX triplet: AC, 80 and A2. RGB value is (172,128,162). Sum of RGB (Red+Green+Blue) = 172+128+162=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC80A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC80A2 is #537F5D. Grayscale: #909090. Windows color (decimal): -5472094 or 10649772. OLE color: 10649772.

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

Color convert

RGB172128162-
CMYK00.260.060.33
HSL313.64º20.95%58.82%-
HSV(B)313.64º25.58%67.45%-
XYZ31.2526.8237.71-
YUV145.03137.58147.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=37.23%
G=27.71%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212816200.260.060.33313.6420.9558.82
HexAC80A201A62113a153b
Octal2542002420326414722573
Binary10101100100000001010001001101011010000110011101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80A2; }

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

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

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

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

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

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

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

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