Html Css Color HEX #AC849E Bouquet

📋 copy color: '#AC849E'

red 172 ◦ green 132 ◦ blue 158

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

Shades of Bouquet #AC849E

Tints of Bouquet #AC849E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 37.23%
G = 28.57%
B = 34.2%

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

#AC849E (or 0xAC849E) is known color: Bouquet. HEX triplet: AC, 84 and 9E. RGB value is (172,132,158). Sum of RGB (Red+Green+Blue) = 172+132+158=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849E is #537B61. Grayscale: #929292. Windows color (decimal): -5471074 or 10388652. OLE color: 10388652.

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

Color convert

RGB 172 132 158 -
CMYK 0 0.23 0.08 0.33
HSL 321º 0.19% 0.6% -
HSV(B) 321º 0.23% 0.67% -
XYZ 31.44 27.74 36.05 -
YUV 146.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 172 132 158 0 0.23 0.08 0.33 321 0.19 0.6
Hex AC 84 9E 0 17 8 21 141 13 3C
Octal 254 204 236 0 27 10 41 501 23 74
Binary 10101100 10000100 10011110 0 10111 1000 100001 101000001 10011 111100

Color Harmonies of #AC849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC849E

Black with #AC849E

Text Example


Text Example

White with #AC849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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