#AC7DA2

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

Shades of Bouquet #AC7DA2

Tints of Bouquet #AC7DA2

Color information

#AC7DA2 (or 0xAC7DA2) is unknown color: approx Bouquet. HEX triplet: AC, 7D and A2. RGB value is (172,125,162). Sum of RGB (Red+Green+Blue) = 172+125+162=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DA2 is #53825D. Grayscale: #8F8F8F. Windows color (decimal): -5472862 or 10649004. OLE color: 10649004.

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

Color convert

RGB172125162-
CMYK00.270.060.33
HSL312.77º22.07%58.24%-
HSV(B)312.77º27.33%67.45%-
XYZ30.8726.0537.58-
YUV143.27138.57148.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=37.47%
G=27.23%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212516200.270.060.33312.7722.0758.24
HexAC7DA201B621139163a
Octal2541752420336414712672
Binary1010110011111011010001001101111010000110011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DA2; }

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

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

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

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

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

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

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

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