#AC8398

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

Shades of Bouquet #AC8398

Tints of Bouquet #AC8398

Color information

#AC8398 (or 0xAC8398) is unknown color: approx Bouquet. HEX triplet: AC, 83 and 98. RGB value is (172,131,152). Sum of RGB (Red+Green+Blue) = 172+131+152=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8398 is #537C67. Grayscale: #919191. Windows color (decimal): -5471336 or 9995180. OLE color: 9995180.

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

Color convert

RGB172131152-
CMYK00.240.120.33
HSL329.27º19.81%59.41%-
HSV(B)329.27º23.84%67.45%-
XYZ30.827.2733.35-
YUV145.65131.58146.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=37.80%
G=28.79%
B=33.41%

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
Decimal17213115200.240.120.33329.2719.8159.41
HexAC8398018C21149143b
Octal25420323003014415112473
Binary101011001000001110011000011000110010000110100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8398; }

 p { color: rgb(172,131,152); }

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

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

 a { background-color: rgb(172,131,152); }

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

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

 span { border-color: rgb(172,131,152); }

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