#AC8FA2

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

Shades of Bouquet #AC8FA2

Tints of Bouquet #AC8FA2

Color information

#AC8FA2 (or 0xAC8FA2) is unknown color: approx Bouquet. HEX triplet: AC, 8F and A2. RGB value is (172,143,162). Sum of RGB (Red+Green+Blue) = 172+143+162=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA2 is #53705D. Grayscale: #999999. Windows color (decimal): -5468254 or 10653612. OLE color: 10653612.

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

Color convert

RGB172143162-
CMYK00.170.060.33
HSL320.69º14.87%61.76%-
HSV(B)320.69º16.86%67.45%-
XYZ33.3631.0238.41-
YUV153.84132.61140.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=36.06%
G=29.98%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214316200.170.060.33320.6914.8761.76
HexAC8FA2011621141f3e
Octal2542172420216415011776
Binary1010110010001111101000100100011101000011010000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FA2; }

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

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

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

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

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

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

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

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