#AC7A99

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

Shades of Bouquet #AC7A99

Tints of Bouquet #AC7A99

Color information

#AC7A99 (or 0xAC7A99) is unknown color: approx Bouquet. HEX triplet: AC, 7A and 99. RGB value is (172,122,153). Sum of RGB (Red+Green+Blue) = 172+122+153=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7A99 is #538566. Grayscale: #8C8C8C. Windows color (decimal): -5473639 or 10058412. OLE color: 10058412.

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

Color convert

RGB172122153-
CMYK00.290.110.33
HSL322.8º23.15%57.65%-
HSV(B)322.8º29.07%67.45%-
XYZ29.7224.9933.39-
YUV140.48135.06150.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=38.48%
G=27.29%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212215300.290.110.33322.823.1557.65
HexAC7A9901DB21143173a
Octal25417223103513415032772
Binary10101100111101010011001011101101110000110100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A99; }

 p { color: rgb(172,122,153); }

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

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

 a { background-color: rgb(172,122,153); }

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

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

 span { border-color: rgb(172,122,153); }

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