Html Css Color HEX #AC849A Bouquet

📋 copy color: '#AC849A'

red 172 ◦ green 132 ◦ blue 154

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

Shades of Bouquet #AC849A

Tints of Bouquet #AC849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 37.55%
G = 28.82%
B = 33.62%

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

#AC849A (or 0xAC849A) is known color: Bouquet. HEX triplet: AC, 84 and 9A. RGB value is (172,132,154). Sum of RGB (Red+Green+Blue) = 172+132+154=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC849A is #537B65. Grayscale: #929292. Windows color (decimal): -5471078 or 10126508. OLE color: 10126508.

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

Color convert

RGB 172 132 154 -
CMYK 0 0.23 0.10 0.33
HSL 327º 0.19% 0.6% -
HSV(B) 327º 0.23% 0.67% -
XYZ 31.1 27.61 34.26 -
YUV 146.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 172 132 154 0 0.23 0.10 0.33 327 0.19 0.6
Hex AC 84 9A 0 17 A 21 147 13 3C
Octal 254 204 232 0 27 12 41 507 23 74
Binary 10101100 10000100 10011010 0 10111 1010 100001 101000111 10011 111100

Color Harmonies of #AC849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC849A

Black with #AC849A

Text Example


Text Example

White with #AC849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC849A; }

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

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

background-color css

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

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

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

border-color css

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

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

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