Html Css Color HEX #AC889B Bouquet

📋 copy color: '#AC889B'

red 172 ◦ green 136 ◦ blue 155

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

Shades of Bouquet #AC889B

Tints of Bouquet #AC889B

RGB

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

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

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

R = 37.15%
G = 29.37%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC889B (or 0xAC889B) is known color: Bouquet. HEX triplet: AC, 88 and 9B. RGB value is (172,136,155). Sum of RGB (Red+Green+Blue) = 172+136+155=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889B is #537764. Grayscale: #949494. Windows color (decimal): -5470053 or 10193068. OLE color: 10193068.

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

Color convert

RGB 172 136 155 -
CMYK 0 0.21 0.10 0.33
HSL 328.33º 0.18% 0.6% -
HSV(B) 328.33º 0.21% 0.67% -
XYZ 31.73 28.75 34.89 -
YUV 148.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 172 136 155 0 0.21 0.10 0.33 328.33 0.18 0.6
Hex AC 88 9B 0 15 A 21 148 12 3C
Octal 254 210 233 0 25 12 41 510 22 74
Binary 10101100 10001000 10011011 0 10101 1010 100001 101001000 10010 111100

Color Harmonies of #AC889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC889B

Black with #AC889B

Text Example


Text Example

White with #AC889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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