#AC8A9D

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

Shades of Bouquet #AC8A9D

Tints of Bouquet #AC8A9D

Color information

#AC8A9D (or 0xAC8A9D) is unknown color: approx Bouquet. HEX triplet: AC, 8A and 9D. RGB value is (172,138,157). Sum of RGB (Red+Green+Blue) = 172+138+157=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A9D is #537562. Grayscale: #969696. Windows color (decimal): -5469539 or 10324652. OLE color: 10324652.

HSL color Cylindrical-coordinate representation of color #AC8A9D: hue angle of 326.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8A9D is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB172138157-
CMYK00.200.090.33
HSL326.47º17%60.78%-
HSV(B)326.47º19.77%67.45%-
XYZ32.1929.3835.87-
YUV150.33131.76143.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 157 (61.72% from 255) = 33.62%
R=36.83%
G=29.55%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213815700.200.090.33326.471760.78
HexAC8A9D014921146113d
Octal25421223502411415062175
Binary101011001000101010011101010100100110000110100011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A9D; }

 p { color: rgb(172,138,157); }

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

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

 a { background-color: rgb(172,138,157); }

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

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

 span { border-color: rgb(172,138,157); }

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