Html Css Color HEX #AC849D Bouquet

📋 copy color: '#AC849D'

red 172 ◦ green 132 ◦ blue 157

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

Shades of Bouquet #AC849D

Tints of Bouquet #AC849D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 37.31%
G = 28.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC849D (or 0xAC849D) is known color: Bouquet. HEX triplet: AC, 84 and 9D. RGB value is (172,132,157). Sum of RGB (Red+Green+Blue) = 172+132+157=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849D is #537B62. Grayscale: #929292. Windows color (decimal): -5471075 or 10323116. OLE color: 10323116.

HSL color Cylindrical-coordinate representation of color #AC849D: hue angle of 322.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 #AC849D is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 132 157 -
CMYK 0 0.23 0.09 0.33
HSL 322.5º 0.19% 0.6% -
HSV(B) 322.5º 0.23% 0.67% -
XYZ 31.35 27.71 35.59 -
YUV 146.81 133.75 145.97 -
System Red Green Blue C M Y K H S L
Decimal 172 132 157 0 0.23 0.09 0.33 322.5 0.19 0.6
Hex AC 84 9D 0 17 9 21 142 13 3C
Octal 254 204 235 0 27 11 41 502 23 74
Binary 10101100 10000100 10011101 0 10111 1001 100001 101000010 10011 111100

Color Harmonies of #AC849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC849D

Black with #AC849D

Text Example


Text Example

White with #AC849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC849D; }

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

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

background-color css

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

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

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

border-color css

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

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

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