Html Css Color HEX #AC889C Bouquet

📋 copy color: '#AC889C'

red 172 ◦ green 136 ◦ blue 156

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

Shades of Bouquet #AC889C

Tints of Bouquet #AC889C

RGB

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

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

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

R = 37.07%
G = 29.31%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC889C (or 0xAC889C) is known color: Bouquet. HEX triplet: AC, 88 and 9C. RGB value is (172,136,156). Sum of RGB (Red+Green+Blue) = 172+136+156=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889C is #537763. Grayscale: #959595. Windows color (decimal): -5470052 or 10258604. OLE color: 10258604.

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

Color convert

RGB 172 136 156 -
CMYK 0 0.21 0.09 0.33
HSL 326.67º 0.18% 0.6% -
HSV(B) 326.67º 0.21% 0.67% -
XYZ 31.82 28.78 35.33 -
YUV 149.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 172 136 156 0 0.21 0.09 0.33 326.67 0.18 0.6
Hex AC 88 9C 0 15 9 21 147 12 3C
Octal 254 210 234 0 25 11 41 507 22 74
Binary 10101100 10001000 10011100 0 10101 1001 100001 101000111 10010 111100

Color Harmonies of #AC889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC889C

Black with #AC889C

Text Example


Text Example

White with #AC889C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC889C; }

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

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

background-color css

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

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

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

border-color css

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

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

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