#AC8A9A

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

Shades of Bouquet #AC8A9A

Tints of Bouquet #AC8A9A

Color information

#AC8A9A (or 0xAC8A9A) is unknown color: approx Bouquet. HEX triplet: AC, 8A and 9A. RGB value is (172,138,154). Sum of RGB (Red+Green+Blue) = 172+138+154=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A9A is #537565. Grayscale: #959595. Windows color (decimal): -5469542 or 10128044. OLE color: 10128044.

HSL color Cylindrical-coordinate representation of color #AC8A9A: hue angle of 331.76º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8A9A is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172138154-
CMYK00.200.100.33
HSL331.76º17%60.78%-
HSV(B)331.76º19.77%67.45%-
XYZ31.9329.2834.54-
YUV149.99130.26143.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=37.07%
G=29.74%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213815400.200.100.33331.761760.78
HexAC8A9A014A2114c113d
Octal25421223202412415142175
Binary101011001000101010011010010100101010000110100110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A9A; }

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

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

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

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

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

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

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

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