#AC829B

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

Shades of Bouquet #AC829B

Tints of Bouquet #AC829B

Color information

#AC829B (or 0xAC829B) is unknown color: approx Bouquet. HEX triplet: AC, 82 and 9B. RGB value is (172,130,155). Sum of RGB (Red+Green+Blue) = 172+130+155=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC829B is #537D64. Grayscale: #919191. Windows color (decimal): -5471589 or 10191532. OLE color: 10191532.

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

Color convert

RGB172130155-
CMYK00.240.100.33
HSL324.29º20.19%59.22%-
HSV(B)324.29º24.42%67.45%-
XYZ30.9127.134.61-
YUV145.41133.41146.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 155 (60.94% from 255) = 33.92%
R=37.64%
G=28.45%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213015500.240.100.33324.2920.1959.22
HexAC829B018A21144143b
Octal25420223303012415042473
Binary101011001000001010011011011000101010000110100010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC829B; }

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

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

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

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

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

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

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

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