Html Css Color HEX #AC7391 Bouquet

📋 copy color: '#AC7391'

red 172 ◦ green 115 ◦ blue 145

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

Shades of Bouquet #AC7391

Tints of Bouquet #AC7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 39.81%
G = 26.62%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7391 (or 0xAC7391) is known color: Bouquet. HEX triplet: AC, 73 and 91. RGB value is (172,115,145). Sum of RGB (Red+Green+Blue) = 172+115+145=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7391 is #538C6E. Grayscale: #878787. Windows color (decimal): -5475439 or 9532332. OLE color: 9532332.

HSL color Cylindrical-coordinate representation of color #AC7391: hue angle of 328.42º degrees, saturation: 0.26, 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 #AC7391 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 145 -
CMYK 0 0.33 0.16 0.33
HSL 328.42º 0.26% 0.56% -
HSV(B) 328.42º 0.33% 0.67% -
XYZ 28.25 23.08 29.75 -
YUV 135.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 172 115 145 0 0.33 0.16 0.33 328.42 0.26 0.56
Hex AC 73 91 0 21 10 21 148 1A 38
Octal 254 163 221 0 41 20 41 510 32 70
Binary 10101100 1110011 10010001 0 100001 10000 100001 101001000 11010 111000

Color Harmonies of #AC7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7391

Black with #AC7391

Text Example


Text Example

White with #AC7391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7391; }

 p { color: rgb(172,115,145); }

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

background-color css

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

 a { background-color: rgb(172,115,145); }

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

border-color css

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

 span { border-color: rgb(172,115,145); }

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