Html Css Color HEX #AC7599 Bouquet

📋 copy color: '#AC7599'

red 172 ◦ green 117 ◦ blue 153

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

Shades of Bouquet #AC7599

Tints of Bouquet #AC7599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 38.91%
G = 26.47%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC7599 (or 0xAC7599) is known color: Bouquet. HEX triplet: AC, 75 and 99. RGB value is (172,117,153). Sum of RGB (Red+Green+Blue) = 172+117+153=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7599 is #538A66. Grayscale: #898989. Windows color (decimal): -5474919 or 10057132. OLE color: 10057132.

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

Color convert

RGB 172 117 153 -
CMYK 0 0.32 0.11 0.33
HSL 320.73º 0.25% 0.57% -
HSV(B) 320.73º 0.32% 0.67% -
XYZ 29.12 23.79 33.19 -
YUV 137.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 172 117 153 0 0.32 0.11 0.33 320.73 0.25 0.57
Hex AC 75 99 0 20 B 21 141 19 39
Octal 254 165 231 0 40 13 41 501 31 71
Binary 10101100 1110101 10011001 0 100000 1011 100001 101000001 11001 111001

Color Harmonies of #AC7599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7599

Black with #AC7599

Text Example


Text Example

White with #AC7599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7599; }

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

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

background-color css

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

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

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

border-color css

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

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

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