Html Css Color HEX #AC89A0 Bouquet

📋 copy color: '#AC89A0'

red 172 ◦ green 137 ◦ blue 160

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

Shades of Bouquet #AC89A0

Tints of Bouquet #AC89A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 36.67%
G = 29.21%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC89A0 (or 0xAC89A0) is known color: Bouquet. HEX triplet: AC, 89 and A0. RGB value is (172,137,160). Sum of RGB (Red+Green+Blue) = 172+137+160=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC89A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC89A0 is #53765F. Grayscale: #969696. Windows color (decimal): -5469792 or 10521004. OLE color: 10521004.

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

Color convert

RGB 172 137 160 -
CMYK 0 0.20 0.07 0.33
HSL 320.57º 0.17% 0.61% -
HSV(B) 320.57º 0.2% 0.67% -
XYZ 32.3 29.2 37.19 -
YUV 150.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 172 137 160 0 0.20 0.07 0.33 320.57 0.17 0.61
Hex AC 89 A0 0 14 7 21 141 11 3D
Octal 254 211 240 0 24 7 41 501 21 75
Binary 10101100 10001001 10100000 0 10100 111 100001 101000001 10001 111101

Color Harmonies of #AC89A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC89A0

Black with #AC89A0

Text Example


Text Example

White with #AC89A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC89A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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