Html Css Color HEX #AC7799 Bouquet

📋 copy color: '#AC7799'

red 172 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #AC7799

Tints of Bouquet #AC7799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

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

R = 38.74%
G = 26.8%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC7799 (or 0xAC7799) is known color: Bouquet. HEX triplet: AC, 77 and 99. RGB value is (172,119,153). Sum of RGB (Red+Green+Blue) = 172+119+153=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7799 is #538866. Grayscale: #8A8A8A. Windows color (decimal): -5474407 or 10057644. OLE color: 10057644.

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

Color convert

RGB 172 119 153 -
CMYK 0 0.31 0.11 0.33
HSL 321.51º 0.24% 0.57% -
HSV(B) 321.51º 0.31% 0.67% -
XYZ 29.36 24.26 33.27 -
YUV 138.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 172 119 153 0 0.31 0.11 0.33 321.51 0.24 0.57
Hex AC 77 99 0 1F B 21 142 18 39
Octal 254 167 231 0 37 13 41 502 30 71
Binary 10101100 1110111 10011001 0 11111 1011 100001 101000010 11000 111001

Color Harmonies of #AC7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7799

Black with #AC7799

Text Example


Text Example

White with #AC7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7799; }

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

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

background-color css

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

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

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

border-color css

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

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

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