#AC6D90

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

Shades of Bouquet #AC6D90

Tints of Bouquet #AC6D90

Color information

#AC6D90 (or 0xAC6D90) is unknown color: approx Bouquet. HEX triplet: AC, 6D and 90. RGB value is (172,109,144). Sum of RGB (Red+Green+Blue) = 172+109+144=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D90 is #53926F. Grayscale: #838383. Windows color (decimal): -5476976 or 9465260. OLE color: 9465260.

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

Color convert

RGB172109144-
CMYK00.370.160.33
HSL326.67º27.51%55.1%-
HSV(B)326.67º36.63%67.45%-
XYZ27.5221.7229.13-
YUV131.83134.87156.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=40.47%
G=25.65%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210914400.370.160.33326.6727.5155.1
HexAC6D9002510211471c37
Octal25415522004520415073467
Binary1010110011011011001000001001011000010000110100011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D90; }

 p { color: rgb(172,109,144); }

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

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

 a { background-color: rgb(172,109,144); }

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

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

 span { border-color: rgb(172,109,144); }

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