#AC7BA0

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

Shades of Bouquet #AC7BA0

Tints of Bouquet #AC7BA0

Color information

#AC7BA0 (or 0xAC7BA0) is unknown color: approx Bouquet. HEX triplet: AC, 7B and A0. RGB value is (172,123,160). Sum of RGB (Red+Green+Blue) = 172+123+160=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BA0 is #53845F. Grayscale: #8D8D8D. Windows color (decimal): -5473376 or 10517420. OLE color: 10517420.

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

Color convert

RGB172123160-
CMYK00.280.070.33
HSL314.69º22.79%57.84%-
HSV(B)314.69º28.49%67.45%-
XYZ30.4425.4736.57-
YUV141.87138.23149.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=37.80%
G=27.03%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212316000.280.070.33314.6922.7957.84
HexAC7BA001C72113b173a
Octal2541732400347414732772
Binary1010110011110111010000001110011110000110011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7BA0; }

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

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

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

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

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

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

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

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