#AC87A2

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

Shades of Bouquet #AC87A2

Tints of Bouquet #AC87A2

Color information

#AC87A2 (or 0xAC87A2) is unknown color: approx Bouquet. HEX triplet: AC, 87 and A2. RGB value is (172,135,162). Sum of RGB (Red+Green+Blue) = 172+135+162=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC87A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC87A2 is #53785D. Grayscale: #959595. Windows color (decimal): -5470302 or 10651564. OLE color: 10651564.

HSL color Cylindrical-coordinate representation of color #AC87A2: hue angle of 316.22º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC87A2 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB172135162-
CMYK00.220.060.33
HSL316.22º18.23%60.2%-
HSV(B)316.22º21.51%67.45%-
XYZ32.228.7138.03-
YUV149.14135.26144.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 135 (53.12% from 255) = 28.78%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=36.67%
G=28.78%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213516200.220.060.33316.2218.2360.2
HexAC87A201662113c123c
Octal2542072420266414742274
Binary10101100100001111010001001011011010000110011110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC87A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC87A2; }

 p { color: rgb(172,135,162); }

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

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

 a { background-color: rgb(172,135,162); }

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

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

 span { border-color: rgb(172,135,162); }

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