Html Css Color HEX #AC7595 Bouquet

📋 copy color: '#AC7595'

red 172 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #AC7595

Tints of Bouquet #AC7595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 39.27%
G = 26.71%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC7595 (or 0xAC7595) is known color: Bouquet. HEX triplet: AC, 75 and 95. RGB value is (172,117,149). Sum of RGB (Red+Green+Blue) = 172+117+149=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7595 is #538A6A. Grayscale: #898989. Windows color (decimal): -5474923 or 9794988. OLE color: 9794988.

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

Color convert

RGB 172 117 149 -
CMYK 0 0.32 0.13 0.33
HSL 325.09º 0.25% 0.57% -
HSV(B) 325.09º 0.32% 0.67% -
XYZ 28.8 23.66 31.48 -
YUV 137.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 172 117 149 0 0.32 0.13 0.33 325.09 0.25 0.57
Hex AC 75 95 0 20 D 21 145 19 39
Octal 254 165 225 0 40 15 41 505 31 71
Binary 10101100 1110101 10010101 0 100000 1101 100001 101000101 11001 111001

Color Harmonies of #AC7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7595

Black with #AC7595

Text Example


Text Example

White with #AC7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7595; }

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

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

background-color css

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

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

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

border-color css

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

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

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