Html Css Color HEX #AC899C Bouquet

📋 copy color: '#AC899C'

red 172 ◦ green 137 ◦ blue 156

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

Shades of Bouquet #AC899C

Tints of Bouquet #AC899C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.46%

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

R = 36.99%
G = 29.46%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC899C (or 0xAC899C) is known color: Bouquet. HEX triplet: AC, 89 and 9C. RGB value is (172,137,156). Sum of RGB (Red+Green+Blue) = 172+137+156=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC899C is #537663. Grayscale: #959595. Windows color (decimal): -5469796 or 10258860. OLE color: 10258860.

HSL color Cylindrical-coordinate representation of color #AC899C: hue angle of 327.43º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC899C is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 137 156 -
CMYK 0 0.20 0.09 0.33
HSL 327.43º 0.17% 0.61% -
HSV(B) 327.43º 0.2% 0.67% -
XYZ 31.96 29.06 35.38 -
YUV 149.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 172 137 156 0 0.20 0.09 0.33 327.43 0.17 0.61
Hex AC 89 9C 0 14 9 21 147 11 3D
Octal 254 211 234 0 24 11 41 507 21 75
Binary 10101100 10001001 10011100 0 10100 1001 100001 101000111 10001 111101

Color Harmonies of #AC899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC899C

Black with #AC899C

Text Example


Text Example

White with #AC899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC899C; }

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

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

background-color css

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

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

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

border-color css

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

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

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