#AC8FA1

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

Shades of Bouquet #AC8FA1

Tints of Bouquet #AC8FA1

Color information

#AC8FA1 (or 0xAC8FA1) is unknown color: approx Bouquet. HEX triplet: AC, 8F and A1. RGB value is (172,143,161). Sum of RGB (Red+Green+Blue) = 172+143+161=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FA1 is #53705E. Grayscale: #999999. Windows color (decimal): -5468255 or 10588076. OLE color: 10588076.

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

Color convert

RGB172143161-
CMYK00.170.060.33
HSL322.76º14.87%61.76%-
HSV(B)322.76º16.86%67.45%-
XYZ33.2730.9937.95-
YUV153.72132.11141.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=36.13%
G=30.04%
B=33.82%

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
Decimal17214316100.170.060.33322.7614.8761.76
HexAC8FA1011621143f3e
Octal2542172410216415031776
Binary1010110010001111101000010100011101000011010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FA1; }

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

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

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

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

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

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

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

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