#AC699A

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

Shades of Bouquet #AC699A

Tints of Bouquet #AC699A

Color information

#AC699A (or 0xAC699A) is unknown color: approx Bouquet. HEX triplet: AC, 69 and 9A. RGB value is (172,105,154). Sum of RGB (Red+Green+Blue) = 172+105+154=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC699A is #539665. Grayscale: #828282. Windows color (decimal): -5477990 or 10119596. OLE color: 10119596.

HSL color Cylindrical-coordinate representation of color #AC699A: hue angle of 316.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC699A is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172105154-
CMYK00.390.100.33
HSL316.12º28.76%54.31%-
HSV(B)316.12º38.95%67.45%-
XYZ27.921.2133.19-
YUV130.62141.2157.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=39.91%
G=24.36%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210515400.390.100.33316.1228.7654.31
HexAC699A027A2113c1d36
Octal25415123204712414743566
Binary101011001101001100110100100111101010000110011110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC699A; }

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

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

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

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

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

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

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

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