#AC82A4

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

Shades of Bouquet #AC82A4

Tints of Bouquet #AC82A4

Color information

#AC82A4 (or 0xAC82A4) is unknown color: approx Bouquet. HEX triplet: AC, 82 and A4. RGB value is (172,130,164). Sum of RGB (Red+Green+Blue) = 172+130+164=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC82A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82A4 is #537D5B. Grayscale: #929292. Windows color (decimal): -5471580 or 10781356. OLE color: 10781356.

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

Color convert

RGB172130164-
CMYK00.240.050.33
HSL311.43º20.19%59.22%-
HSV(B)311.43º24.42%67.45%-
XYZ31.727.4238.74-
YUV146.43137.91146.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=36.91%
G=27.90%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213016400.240.050.33311.4320.1959.22
HexAC82A4018521137143b
Octal2542022440305414672473
Binary10101100100000101010010001100010110000110011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82A4; }

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

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

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

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

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

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

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

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