Html Css Color HEX #AC899F Bouquet

📋 copy color: '#AC899F'

red 172 ◦ green 137 ◦ blue 159

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

Shades of Bouquet #AC899F

Tints of Bouquet #AC899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 36.75%
G = 29.27%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AC899F (or 0xAC899F) is known color: Bouquet. HEX triplet: AC, 89 and 9F. RGB value is (172,137,159). Sum of RGB (Red+Green+Blue) = 172+137+159=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC899F is #537660. Grayscale: #959595. Windows color (decimal): -5469793 or 10455468. OLE color: 10455468.

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

Color convert

RGB 172 137 159 -
CMYK 0 0.20 0.08 0.33
HSL 322.29º 0.17% 0.61% -
HSV(B) 322.29º 0.2% 0.67% -
XYZ 32.22 29.17 36.73 -
YUV 149.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 172 137 159 0 0.20 0.08 0.33 322.29 0.17 0.61
Hex AC 89 9F 0 14 8 21 142 11 3D
Octal 254 211 237 0 24 10 41 502 21 75
Binary 10101100 10001001 10011111 0 10100 1000 100001 101000010 10001 111101

Color Harmonies of #AC899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC899F

Black with #AC899F

Text Example


Text Example

White with #AC899F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC899F; }

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

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

background-color css

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

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

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

border-color css

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

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

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