Html Css Color HEX #AC899D Bouquet

📋 copy color: '#AC899D'

red 172 ◦ green 137 ◦ blue 157

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

Shades of Bouquet #AC899D

Tints of Bouquet #AC899D

RGB

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

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

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

R = 36.91%
G = 29.4%
B = 33.69%

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

#AC899D (or 0xAC899D) is known color: Bouquet. HEX triplet: AC, 89 and 9D. RGB value is (172,137,157). Sum of RGB (Red+Green+Blue) = 172+137+157=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC899D is #537662. Grayscale: #959595. Windows color (decimal): -5469795 or 10324396. OLE color: 10324396.

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

Color convert

RGB 172 137 157 -
CMYK 0 0.20 0.09 0.33
HSL 325.71º 0.17% 0.61% -
HSV(B) 325.71º 0.2% 0.67% -
XYZ 32.04 29.1 35.83 -
YUV 149.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 172 137 157 0 0.20 0.09 0.33 325.71 0.17 0.61
Hex AC 89 9D 0 14 9 21 146 11 3D
Octal 254 211 235 0 24 11 41 506 21 75
Binary 10101100 10001001 10011101 0 10100 1001 100001 101000110 10001 111101

Color Harmonies of #AC899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC899D

Black with #AC899D

Text Example


Text Example

White with #AC899D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC899D; }

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

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

background-color css

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

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

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

border-color css

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

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

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