Html Css Color HEX #AC7499 Bouquet

📋 copy color: '#AC7499'

red 172 ◦ green 116 ◦ blue 153

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

Shades of Bouquet #AC7499

Tints of Bouquet #AC7499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 39%
G = 26.3%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC7499 (or 0xAC7499) is known color: Bouquet. HEX triplet: AC, 74 and 99. RGB value is (172,116,153). Sum of RGB (Red+Green+Blue) = 172+116+153=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7499 is #538B66. Grayscale: #888888. Windows color (decimal): -5475175 or 10056876. OLE color: 10056876.

HSL color Cylindrical-coordinate representation of color #AC7499: hue angle of 320.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7499 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 153 -
CMYK 0 0.33 0.11 0.33
HSL 320.36º 0.25% 0.56% -
HSV(B) 320.36º 0.33% 0.67% -
XYZ 29.01 23.56 33.16 -
YUV 136.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 172 116 153 0 0.33 0.11 0.33 320.36 0.25 0.56
Hex AC 74 99 0 21 B 21 140 19 38
Octal 254 164 231 0 41 13 41 500 31 70
Binary 10101100 1110100 10011001 0 100001 1011 100001 101000000 11001 111000

Color Harmonies of #AC7499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7499

Black with #AC7499

Text Example


Text Example

White with #AC7499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7499; }

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

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

background-color css

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

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

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

border-color css

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

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

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