#AC819C

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

Shades of Bouquet #AC819C

Tints of Bouquet #AC819C

Color information

#AC819C (or 0xAC819C) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 9C. RGB value is (172,129,156). Sum of RGB (Red+Green+Blue) = 172+129+156=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819C is #537E63. Grayscale: #909090. Windows color (decimal): -5471844 or 10256812. OLE color: 10256812.

HSL color Cylindrical-coordinate representation of color #AC819C: hue angle of 322.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AC819C is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172129156-
CMYK00.250.090.33
HSL322.33º20.57%59.02%-
HSV(B)322.33º25%67.45%-
XYZ30.8626.8735.01-
YUV144.94134.25147.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=37.64%
G=28.23%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212915600.250.090.33322.3320.5759.02
HexAC819C019921142153b
Octal25420123403111415022573
Binary101011001000000110011100011001100110000110100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC819C; }

 p { color: rgb(172,129,156); }

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

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

 a { background-color: rgb(172,129,156); }

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

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

 span { border-color: rgb(172,129,156); }

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