#AC829F

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

Shades of Bouquet #AC829F

Tints of Bouquet #AC829F

Color information

#AC829F (or 0xAC829F) is unknown color: approx Bouquet. HEX triplet: AC, 82 and 9F. RGB value is (172,130,159). Sum of RGB (Red+Green+Blue) = 172+130+159=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC829F is #537D60. Grayscale: #919191. Windows color (decimal): -5471585 or 10453676. OLE color: 10453676.

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

Color convert

RGB172130159-
CMYK00.240.080.33
HSL318.57º20.19%59.22%-
HSV(B)318.57º24.42%67.45%-
XYZ31.2527.2436.41-
YUV145.86135.41146.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=37.31%
G=28.20%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213015900.240.080.33318.5720.1959.22
HexAC829F01882113f143b
Octal25420223703010414772473
Binary101011001000001010011111011000100010000110011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC829F; }

 p { color: rgb(172,130,159); }

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

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

 a { background-color: rgb(172,130,159); }

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

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

 span { border-color: rgb(172,130,159); }

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