Html Css Color HEX #AC7590 Bouquet

📋 copy color: '#AC7590'

red 172 ◦ green 117 ◦ blue 144

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

Shades of Bouquet #AC7590

Tints of Bouquet #AC7590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.26%

R = 39.72%
G = 27.02%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC7590 (or 0xAC7590) is known color: Bouquet. HEX triplet: AC, 75 and 90. RGB value is (172,117,144). Sum of RGB (Red+Green+Blue) = 172+117+144=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7590 is #538A6F. Grayscale: #888888. Windows color (decimal): -5474928 or 9467308. OLE color: 9467308.

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

Color convert

RGB 172 117 144 -
CMYK 0 0.32 0.16 0.33
HSL 330.55º 0.25% 0.57% -
HSV(B) 330.55º 0.32% 0.67% -
XYZ 28.41 23.51 29.43 -
YUV 136.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 172 117 144 0 0.32 0.16 0.33 330.55 0.25 0.57
Hex AC 75 90 0 20 10 21 14B 19 39
Octal 254 165 220 0 40 20 41 513 31 71
Binary 10101100 1110101 10010000 0 100000 10000 100001 101001011 11001 111001

Color Harmonies of #AC7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7590

Black with #AC7590

Text Example


Text Example

White with #AC7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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