Html Css Color HEX #AC889F Bouquet

📋 copy color: '#AC889F'

red 172 ◦ green 136 ◦ blue 159

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

Shades of Bouquet #AC889F

Tints of Bouquet #AC889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 36.83%
G = 29.12%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC889F (or 0xAC889F) is known color: Bouquet. HEX triplet: AC, 88 and 9F. RGB value is (172,136,159). Sum of RGB (Red+Green+Blue) = 172+136+159=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889F is #537760. Grayscale: #959595. Windows color (decimal): -5470049 or 10455212. OLE color: 10455212.

HSL color Cylindrical-coordinate representation of color #AC889F: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC889F is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 159 -
CMYK 0 0.21 0.08 0.33
HSL 321.67º 0.18% 0.6% -
HSV(B) 321.67º 0.21% 0.67% -
XYZ 32.08 28.88 36.69 -
YUV 149.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 172 136 159 0 0.21 0.08 0.33 321.67 0.18 0.6
Hex AC 88 9F 0 15 8 21 142 12 3C
Octal 254 210 237 0 25 10 41 502 22 74
Binary 10101100 10001000 10011111 0 10101 1000 100001 101000010 10010 111100

Color Harmonies of #AC889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC889F

Black with #AC889F

Text Example


Text Example

White with #AC889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC889F; }

 p { color: rgb(172,136,159); }

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

background-color css

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

 a { background-color: rgb(172,136,159); }

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

border-color css

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

 span { border-color: rgb(172,136,159); }

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