#AC7D95

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

Shades of Bouquet #AC7D95

Tints of Bouquet #AC7D95

Color information

#AC7D95 (or 0xAC7D95) is unknown color: approx Bouquet. HEX triplet: AC, 7D and 95. RGB value is (172,125,149). Sum of RGB (Red+Green+Blue) = 172+125+149=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D95 is #53826A. Grayscale: #8D8D8D. Windows color (decimal): -5472875 or 9797036. OLE color: 9797036.

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

Color convert

RGB172125149-
CMYK00.270.130.33
HSL329.36º22.07%58.24%-
HSV(B)329.36º27.33%67.45%-
XYZ29.7725.6131.81-
YUV141.79132.07149.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=38.57%
G=28.03%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212514900.270.130.33329.3622.0758.24
HexAC7D9501BD21149163a
Octal25417522503315415112672
Binary10101100111110110010101011011110110000110100100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D95; }

 p { color: rgb(172,125,149); }

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

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

 a { background-color: rgb(172,125,149); }

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

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

 span { border-color: rgb(172,125,149); }

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