#AC8A9E

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

Shades of Bouquet #AC8A9E

Tints of Bouquet #AC8A9E

Color information

#AC8A9E (or 0xAC8A9E) is unknown color: approx Bouquet. HEX triplet: AC, 8A and 9E. RGB value is (172,138,158). Sum of RGB (Red+Green+Blue) = 172+138+158=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A9E is #537561. Grayscale: #969696. Windows color (decimal): -5469538 or 10390188. OLE color: 10390188.

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

Color convert

RGB172138158-
CMYK00.200.080.33
HSL324.71º17%60.78%-
HSV(B)324.71º19.77%67.45%-
XYZ32.2729.4236.32-
YUV150.45132.26143.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=36.75%
G=29.49%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213815800.200.080.33324.711760.78
HexAC8A9E014821145113d
Octal25421223602410415052175
Binary101011001000101010011110010100100010000110100010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A9E; }

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

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

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

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

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

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

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

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