#AC819B

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

Shades of Bouquet #AC819B

Tints of Bouquet #AC819B

Color information

#AC819B (or 0xAC819B) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 9B. RGB value is (172,129,155). Sum of RGB (Red+Green+Blue) = 172+129+155=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819B is #537E64. Grayscale: #909090. Windows color (decimal): -5471845 or 10191276. OLE color: 10191276.

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

Color convert

RGB172129155-
CMYK00.250.100.33
HSL323.72º20.57%59.02%-
HSV(B)323.72º25%67.45%-
XYZ30.7826.8434.57-
YUV144.82133.75147.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.72%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=37.72%
G=28.29%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212915500.250.100.33323.7220.5759.02
HexAC819B019A21144153b
Octal25420123303112415042573
Binary101011001000000110011011011001101010000110100010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC819B; }

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

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

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

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

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

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

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

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