Html Css Color HEX #AC849C Bouquet

📋 copy color: '#AC849C'

red 172 ◦ green 132 ◦ blue 156

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

Shades of Bouquet #AC849C

Tints of Bouquet #AC849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 37.39%
G = 28.7%
B = 33.91%

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

#AC849C (or 0xAC849C) is known color: Bouquet. HEX triplet: AC, 84 and 9C. RGB value is (172,132,156). Sum of RGB (Red+Green+Blue) = 172+132+156=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849C is #537B63. Grayscale: #929292. Windows color (decimal): -5471076 or 10257580. OLE color: 10257580.

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

Color convert

RGB 172 132 156 -
CMYK 0 0.23 0.09 0.33
HSL 324º 0.19% 0.6% -
HSV(B) 324º 0.23% 0.67% -
XYZ 31.27 27.67 35.15 -
YUV 146.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 172 132 156 0 0.23 0.09 0.33 324 0.19 0.6
Hex AC 84 9C 0 17 9 21 144 13 3C
Octal 254 204 234 0 27 11 41 504 23 74
Binary 10101100 10000100 10011100 0 10111 1001 100001 101000100 10011 111100

Color Harmonies of #AC849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC849C

Black with #AC849C

Text Example


Text Example

White with #AC849C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC849C; }

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

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

background-color css

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

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

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

border-color css

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

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

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