#AC8297

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

Shades of Bouquet #AC8297

Tints of Bouquet #AC8297

Color information

#AC8297 (or 0xAC8297) is unknown color: approx Bouquet. HEX triplet: AC, 82 and 97. RGB value is (172,130,151). Sum of RGB (Red+Green+Blue) = 172+130+151=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8297 is #537D68. Grayscale: #909090. Windows color (decimal): -5471593 or 9929388. OLE color: 9929388.

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

Color convert

RGB172130151-
CMYK00.240.120.33
HSL330º20.19%59.22%-
HSV(B)330º24.42%67.45%-
XYZ30.5826.9732.87-
YUV144.95131.41147.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=37.97%
G=28.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213015100.240.120.3333020.1959.22
HexAC8297018C2114a143b
Octal25420222703014415122473
Binary101011001000001010010111011000110010000110100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8297; }

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

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

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

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

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

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

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

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