#AC8E9E

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

Shades of Bouquet #AC8E9E

Tints of Bouquet #AC8E9E

Color information

#AC8E9E (or 0xAC8E9E) is unknown color: approx Bouquet. HEX triplet: AC, 8E and 9E. RGB value is (172,142,158). Sum of RGB (Red+Green+Blue) = 172+142+158=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8E9E is #537161. Grayscale: #989898. Windows color (decimal): -5468514 or 10391212. OLE color: 10391212.

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

Color convert

RGB172142158-
CMYK00.170.080.33
HSL328º15.31%61.57%-
HSV(B)328º17.44%67.45%-
XYZ32.8630.5936.52-
YUV152.79130.94141.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=36.44%
G=30.08%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214215800.170.080.3332815.3161.57
HexAC8E9E011821148f3e
Octal25421623602110415101776
Binary10101100100011101001111001000110001000011010010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E9E; }

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

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

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

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

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

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

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

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