#AC6A96

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

Shades of Bouquet #AC6A96

Tints of Bouquet #AC6A96

Color information

#AC6A96 (or 0xAC6A96) is unknown color: approx Bouquet. HEX triplet: AC, 6A and 96. RGB value is (172,106,150). Sum of RGB (Red+Green+Blue) = 172+106+150=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6A96 is #539569. Grayscale: #828282. Windows color (decimal): -5477738 or 9857708. OLE color: 9857708.

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

Color convert

RGB172106150-
CMYK00.380.130.33
HSL320º28.45%54.51%-
HSV(B)320º38.37%67.45%-
XYZ27.6721.2831.5-
YUV130.75138.87157.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=40.19%
G=24.77%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210615000.380.130.3332028.4554.51
HexAC6A96026D211401c37
Octal25415222604615415003467
Binary101011001101010100101100100110110110000110100000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A96; }

 p { color: rgb(172,106,150); }

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

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

 a { background-color: rgb(172,106,150); }

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

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

 span { border-color: rgb(172,106,150); }

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