Html Css Color HEX #AC899A Bouquet

📋 copy color: '#AC899A'

red 172 ◦ green 137 ◦ blue 154

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

Shades of Bouquet #AC899A

Tints of Bouquet #AC899A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 37.15%
G = 29.59%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC899A (or 0xAC899A) is known color: Bouquet. HEX triplet: AC, 89 and 9A. RGB value is (172,137,154). Sum of RGB (Red+Green+Blue) = 172+137+154=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC899A is #537665. Grayscale: #959595. Windows color (decimal): -5469798 or 10127788. OLE color: 10127788.

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

Color convert

RGB 172 137 154 -
CMYK 0 0.20 0.10 0.33
HSL 330.86º 0.17% 0.61% -
HSV(B) 330.86º 0.2% 0.67% -
XYZ 31.79 29 34.49 -
YUV 149.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 172 137 154 0 0.20 0.10 0.33 330.86 0.17 0.61
Hex AC 89 9A 0 14 A 21 14B 11 3D
Octal 254 211 232 0 24 12 41 513 21 75
Binary 10101100 10001001 10011010 0 10100 1010 100001 101001011 10001 111101

Color Harmonies of #AC899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC899A

Black with #AC899A

Text Example


Text Example

White with #AC899A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC899A; }

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

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

background-color css

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

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

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

border-color css

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

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

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