Html Css Color HEX #AC889A Bouquet

📋 copy color: '#AC889A'

red 172 ◦ green 136 ◦ blue 154

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

Shades of Bouquet #AC889A

Tints of Bouquet #AC889A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.44%

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

R = 37.23%
G = 29.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC889A (or 0xAC889A) is known color: Bouquet. HEX triplet: AC, 88 and 9A. RGB value is (172,136,154). Sum of RGB (Red+Green+Blue) = 172+136+154=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC889A is #537765. Grayscale: #949494. Windows color (decimal): -5470054 or 10127532. OLE color: 10127532.

HSL color Cylindrical-coordinate representation of color #AC889A: hue angle of 330º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC889A is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 154 -
CMYK 0 0.21 0.10 0.33
HSL 330º 0.18% 0.6% -
HSV(B) 330º 0.21% 0.67% -
XYZ 31.65 28.71 34.45 -
YUV 148.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 172 136 154 0 0.21 0.10 0.33 330 0.18 0.6
Hex AC 88 9A 0 15 A 21 14A 12 3C
Octal 254 210 232 0 25 12 41 512 22 74
Binary 10101100 10001000 10011010 0 10101 1010 100001 101001010 10010 111100

Color Harmonies of #AC889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC889A

Black with #AC889A

Text Example


Text Example

White with #AC889A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC889A; }

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

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

background-color css

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

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

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

border-color css

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

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

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