Html Css Color HEX #AC8499 Bouquet

📋 copy color: '#AC8499'

red 172 ◦ green 132 ◦ blue 153

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

Shades of Bouquet #AC8499

Tints of Bouquet #AC8499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.48%

R = 37.64%
G = 28.88%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC8499 (or 0xAC8499) is known color: Bouquet. HEX triplet: AC, 84 and 99. RGB value is (172,132,153). Sum of RGB (Red+Green+Blue) = 172+132+153=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8499 is #537B66. Grayscale: #929292. Windows color (decimal): -5471079 or 10060972. OLE color: 10060972.

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

Color convert

RGB 172 132 153 -
CMYK 0 0.23 0.11 0.33
HSL 328.5º 0.19% 0.6% -
HSV(B) 328.5º 0.23% 0.67% -
XYZ 31.01 27.57 33.82 -
YUV 146.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 172 132 153 0 0.23 0.11 0.33 328.5 0.19 0.6
Hex AC 84 99 0 17 B 21 148 13 3C
Octal 254 204 231 0 27 13 41 510 23 74
Binary 10101100 10000100 10011001 0 10111 1011 100001 101001000 10011 111100

Color Harmonies of #AC8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8499

Black with #AC8499

Text Example


Text Example

White with #AC8499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8499; }

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

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

background-color css

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

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

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

border-color css

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

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

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