#AC839A

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

Shades of Bouquet #AC839A

Tints of Bouquet #AC839A

Color information

#AC839A (or 0xAC839A) is unknown color: approx Bouquet. HEX triplet: AC, 83 and 9A. RGB value is (172,131,154). Sum of RGB (Red+Green+Blue) = 172+131+154=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC839A is #537C65. Grayscale: #919191. Windows color (decimal): -5471334 or 10126252. OLE color: 10126252.

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

Color convert

RGB172131154-
CMYK00.240.100.33
HSL326.34º19.81%59.41%-
HSV(B)326.34º23.84%67.45%-
XYZ30.9627.3434.22-
YUV145.88132.58146.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=37.64%
G=28.67%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213115400.240.100.33326.3419.8159.41
HexAC839A018A21146143b
Octal25420323203012415062473
Binary101011001000001110011010011000101010000110100011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC839A; }

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

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

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

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

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

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

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

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