Html Css Color HEX #AC84A0 Bouquet

📋 copy color: '#AC84A0'

red 172 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #AC84A0

Tints of Bouquet #AC84A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.45%

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

R = 37.07%
G = 28.45%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AC84A0 (or 0xAC84A0) is known color: Bouquet. HEX triplet: AC, 84 and A0. RGB value is (172,132,160). Sum of RGB (Red+Green+Blue) = 172+132+160=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC84A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC84A0 is #537B5F. Grayscale: #939393. Windows color (decimal): -5471072 or 10519724. OLE color: 10519724.

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

Color convert

RGB 172 132 160 -
CMYK 0 0.23 0.07 0.33
HSL 318º 0.19% 0.6% -
HSV(B) 318º 0.23% 0.67% -
XYZ 31.61 27.81 36.96 -
YUV 147.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 172 132 160 0 0.23 0.07 0.33 318 0.19 0.6
Hex AC 84 A0 0 17 7 21 13E 13 3C
Octal 254 204 240 0 27 7 41 476 23 74
Binary 10101100 10000100 10100000 0 10111 111 100001 100111110 10011 111100

Color Harmonies of #AC84A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC84A0

Black with #AC84A0

Text Example


Text Example

White with #AC84A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC84A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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