Html Css Color HEX #AC8999 Bouquet

📋 copy color: '#AC8999'

red 172 ◦ green 137 ◦ blue 153

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

Shades of Bouquet #AC8999

Tints of Bouquet #AC8999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.12%

R = 37.23%
G = 29.65%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC8999 (or 0xAC8999) is known color: Bouquet. HEX triplet: AC, 89 and 99. RGB value is (172,137,153). Sum of RGB (Red+Green+Blue) = 172+137+153=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8999 is #537666. Grayscale: #959595. Windows color (decimal): -5469799 or 10062252. OLE color: 10062252.

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

Color convert

RGB 172 137 153 -
CMYK 0 0.20 0.11 0.33
HSL 332.57º 0.17% 0.61% -
HSV(B) 332.57º 0.2% 0.67% -
XYZ 31.71 28.96 34.06 -
YUV 149.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 172 137 153 0 0.20 0.11 0.33 332.57 0.17 0.61
Hex AC 89 99 0 14 B 21 14D 11 3D
Octal 254 211 231 0 24 13 41 515 21 75
Binary 10101100 10001001 10011001 0 10100 1011 100001 101001101 10001 111101

Color Harmonies of #AC8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8999

Black with #AC8999

Text Example


Text Example

White with #AC8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8999; }

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

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

background-color css

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

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

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

border-color css

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

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

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