Html Css Color HEX #AC889D Bouquet

📋 copy color: '#AC889D'

red 172 ◦ green 136 ◦ blue 157

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

Shades of Bouquet #AC889D

Tints of Bouquet #AC889D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 36.99%
G = 29.25%
B = 33.76%

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

#AC889D (or 0xAC889D) is known color: Bouquet. HEX triplet: AC, 88 and 9D. RGB value is (172,136,157). Sum of RGB (Red+Green+Blue) = 172+136+157=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889D is #537762. Grayscale: #959595. Windows color (decimal): -5470051 or 10324140. OLE color: 10324140.

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

Color convert

RGB 172 136 157 -
CMYK 0 0.21 0.09 0.33
HSL 325º 0.18% 0.6% -
HSV(B) 325º 0.21% 0.67% -
XYZ 31.9 28.81 35.78 -
YUV 149.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 172 136 157 0 0.21 0.09 0.33 325 0.18 0.6
Hex AC 88 9D 0 15 9 21 145 12 3C
Octal 254 210 235 0 25 11 41 505 22 74
Binary 10101100 10001000 10011101 0 10101 1001 100001 101000101 10010 111100

Color Harmonies of #AC889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC889D

Black with #AC889D

Text Example


Text Example

White with #AC889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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