#AC81A3

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

Shades of Bouquet #AC81A3

Tints of Bouquet #AC81A3

Color information

#AC81A3 (or 0xAC81A3) is unknown color: approx Bouquet. HEX triplet: AC, 81 and A3. RGB value is (172,129,163). Sum of RGB (Red+Green+Blue) = 172+129+163=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC81A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC81A3 is #537E5C. Grayscale: #919191. Windows color (decimal): -5471837 or 10715564. OLE color: 10715564.

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

Color convert

RGB172129163-
CMYK00.250.050.33
HSL312.56º20.57%59.02%-
HSV(B)312.56º25%67.45%-
XYZ31.4727.1238.23-
YUV145.73137.75146.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 163 (64.06% from 255) = 35.13%
R=37.07%
G=27.80%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212916300.250.050.33312.5620.5759.02
HexAC81A3019521139153b
Octal2542012430315414712573
Binary10101100100000011010001101100110110000110011100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC81A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC81A3; }

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

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

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

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

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

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

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

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