#AC8CA1

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

Shades of Bouquet #AC8CA1

Tints of Bouquet #AC8CA1

Color information

#AC8CA1 (or 0xAC8CA1) is unknown color: approx Bouquet. HEX triplet: AC, 8C and A1. RGB value is (172,140,161). Sum of RGB (Red+Green+Blue) = 172+140+161=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CA1 is #53735E. Grayscale: #979797. Windows color (decimal): -5469023 or 10587308. OLE color: 10587308.

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

Color convert

RGB172140161-
CMYK00.190.060.33
HSL320.62º16.16%61.18%-
HSV(B)320.62º18.6%67.45%-
XYZ32.8230.137.8-
YUV151.96133.1142.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=36.36%
G=29.60%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214016100.190.060.33320.6216.1661.18
HexAC8CA1013621141103d
Octal2542142410236415012075
Binary10101100100011001010000101001111010000110100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CA1; }

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

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

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

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

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

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

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

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