#AC8292

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

Shades of Bouquet #AC8292

Tints of Bouquet #AC8292

Color information

#AC8292 (or 0xAC8292) is unknown color: approx Bouquet. HEX triplet: AC, 82 and 92. RGB value is (172,130,146). Sum of RGB (Red+Green+Blue) = 172+130+146=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8292 is #537D6D. Grayscale: #909090. Windows color (decimal): -5471598 or 9601708. OLE color: 9601708.

HSL color Cylindrical-coordinate representation of color #AC8292: hue angle of 337.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8292 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172130146-
CMYK00.240.150.33
HSL337.14º20.19%59.22%-
HSV(B)337.14º24.42%67.45%-
XYZ30.1826.8130.78-
YUV144.38128.91147.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=38.39%
G=29.02%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213014600.240.150.33337.1420.1959.22
HexAC8292018F21151143b
Octal25420222203017415212473
Binary101011001000001010010010011000111110000110101000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8292; }

 p { color: rgb(172,130,146); }

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

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

 a { background-color: rgb(172,130,146); }

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

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

 span { border-color: rgb(172,130,146); }

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