Html Css Color HEX #AC849F Bouquet

📋 copy color: '#AC849F'

red 172 ◦ green 132 ◦ blue 159

#AC849F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AC849F

Tints of Bouquet #AC849F

RGB

 RED value IS 172 (67.58% from 255) = 37.15%

 GREEN value IS 132 (51.95% from 255) = 28.51%

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 37.15%
G = 28.51%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC849F (or 0xAC849F) is known color: Bouquet. HEX triplet: AC, 84 and 9F. RGB value is (172,132,159). Sum of RGB (Red+Green+Blue) = 172+132+159=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849F is #537B60. Grayscale: #929292. Windows color (decimal): -5471073 or 10454188. OLE color: 10454188.

HSL color Cylindrical-coordinate representation of color #AC849F: hue angle of 319.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC849F is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 159 -
CMYK 0 0.23 0.08 0.33
HSL 319.5º 0.19% 0.6% -
HSV(B) 319.5º 0.23% 0.67% -
XYZ 31.52 27.78 36.5 -
YUV 147.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 172 132 159 0 0.23 0.08 0.33 319.5 0.19 0.6
Hex AC 84 9F 0 17 8 21 140 13 3C
Octal 254 204 237 0 27 10 41 500 23 74
Binary 10101100 10000100 10011111 0 10111 1000 100001 101000000 10011 111100

Color Harmonies of #AC849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC849F

Black with #AC849F

Text Example


Text Example

White with #AC849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC849F; }

 p { color: rgb(172,132,159); }

 H1.HeaderClassName
 {
   color: #AC849F;
 }
 .AnyTagClassName
 {
   color: #AC849F;
 }
</style>

background-color css

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

 a { background-color: rgb(172,132,159); }

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

border-color css

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

 span { border-color: rgb(172,132,159); }

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