Html Css Color HEX #AC849B Bouquet

📋 copy color: '#AC849B'

red 172 ◦ green 132 ◦ blue 155

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

Shades of Bouquet #AC849B

Tints of Bouquet #AC849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 37.47%
G = 28.76%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC849B (or 0xAC849B) is known color: Bouquet. HEX triplet: AC, 84 and 9B. RGB value is (172,132,155). Sum of RGB (Red+Green+Blue) = 172+132+155=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849B is #537B64. Grayscale: #929292. Windows color (decimal): -5471077 or 10192044. OLE color: 10192044.

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

Color convert

RGB 172 132 155 -
CMYK 0 0.23 0.10 0.33
HSL 325.5º 0.19% 0.6% -
HSV(B) 325.5º 0.23% 0.67% -
XYZ 31.18 27.64 34.7 -
YUV 146.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 172 132 155 0 0.23 0.10 0.33 325.5 0.19 0.6
Hex AC 84 9B 0 17 A 21 146 13 3C
Octal 254 204 233 0 27 12 41 506 23 74
Binary 10101100 10000100 10011011 0 10111 1010 100001 101000110 10011 111100

Color Harmonies of #AC849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC849B

Black with #AC849B

Text Example


Text Example

White with #AC849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC849B; }

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

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

background-color css

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

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

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

border-color css

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

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

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