#AC819A

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

Shades of Bouquet #AC819A

Tints of Bouquet #AC819A

Color information

#AC819A (or 0xAC819A) is unknown color: approx Bouquet. HEX triplet: AC, 81 and 9A. RGB value is (172,129,154). Sum of RGB (Red+Green+Blue) = 172+129+154=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC819A is #537E65. Grayscale: #909090. Windows color (decimal): -5471846 or 10125740. OLE color: 10125740.

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

Color convert

RGB172129154-
CMYK00.250.100.33
HSL325.12º20.57%59.02%-
HSV(B)325.12º25%67.45%-
XYZ30.726.834.13-
YUV144.71133.25147.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=37.80%
G=28.35%
B=33.85%

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
Decimal17212915400.250.100.33325.1220.5759.02
HexAC819A019A21145153b
Octal25420123203112415052573
Binary101011001000000110011010011001101010000110100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC819A; }

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

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

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

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

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

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

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

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