#AC8694

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

Shades of Bouquet #AC8694

Tints of Bouquet #AC8694

Color information

#AC8694 (or 0xAC8694) is unknown color: approx Bouquet. HEX triplet: AC, 86 and 94. RGB value is (172,134,148). Sum of RGB (Red+Green+Blue) = 172+134+148=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8694 is #53796B. Grayscale: #929292. Windows color (decimal): -5470572 or 9733804. OLE color: 9733804.

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

Color convert

RGB172134148-
CMYK00.220.140.33
HSL337.89º18.63%60%-
HSV(B)337.89º22.09%67.45%-
XYZ30.8827.9631.79-
YUV146.96128.59145.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 134 (52.73% from 255) = 29.52%
BLUE value IS 148 (58.20% from 255) = 32.60%
R=37.89%
G=29.52%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213414800.220.140.33337.8918.6360
HexAC8694016E21152133c
Octal25420622402616415222374
Binary101011001000011010010100010110111010000110101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8694; }

 p { color: rgb(172,134,148); }

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

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

 a { background-color: rgb(172,134,148); }

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

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

 span { border-color: rgb(172,134,148); }

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