Html Css Color HEX #AC7497 Bouquet

📋 copy color: '#AC7497'

red 172 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #AC7497

Tints of Bouquet #AC7497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

 BLUE value IS 151 (59.38% from 255) = 34.4%

R = 39.18%
G = 26.42%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC7497 (or 0xAC7497) is known color: Bouquet. HEX triplet: AC, 74 and 97. RGB value is (172,116,151). Sum of RGB (Red+Green+Blue) = 172+116+151=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7497 is #538B68. Grayscale: #888888. Windows color (decimal): -5475177 or 9925804. OLE color: 9925804.

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

Color convert

RGB 172 116 151 -
CMYK 0 0.33 0.12 0.33
HSL 322.5º 0.25% 0.56% -
HSV(B) 322.5º 0.33% 0.67% -
XYZ 28.84 23.5 32.29 -
YUV 136.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 172 116 151 0 0.33 0.12 0.33 322.5 0.25 0.56
Hex AC 74 97 0 21 C 21 142 19 38
Octal 254 164 227 0 41 14 41 502 31 70
Binary 10101100 1110100 10010111 0 100001 1100 100001 101000010 11001 111000

Color Harmonies of #AC7497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7497

Black with #AC7497

Text Example


Text Example

White with #AC7497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7497; }

 p { color: rgb(172,116,151); }

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

background-color css

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

 a { background-color: rgb(172,116,151); }

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

border-color css

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

 span { border-color: rgb(172,116,151); }

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