#AC72A2

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

Shades of Bouquet #AC72A2

Tints of Bouquet #AC72A2

Color information

#AC72A2 (or 0xAC72A2) is unknown color: approx Bouquet. HEX triplet: AC, 72 and A2. RGB value is (172,114,162). Sum of RGB (Red+Green+Blue) = 172+114+162=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC72A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC72A2 is #538D5D. Grayscale: #888888. Windows color (decimal): -5475678 or 10646188. OLE color: 10646188.

HSL color Cylindrical-coordinate representation of color #AC72A2: hue angle of 310.34º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC72A2 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172114162-
CMYK00.340.060.33
HSL310.34º25.89%56.08%-
HSV(B)310.34º33.72%67.45%-
XYZ29.5523.4137.14-
YUV136.81142.22153.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 162 (63.67% from 255) = 36.16%
R=38.39%
G=25.45%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211416200.340.060.33310.3425.8956.08
HexAC72A20226211361a38
Octal2541622420426414663270
Binary10101100111001010100010010001011010000110011011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72A2; }

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

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

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

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

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

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

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

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