Html Css Color HEX #AC7296 Bouquet

📋 copy color: '#AC7296'

red 172 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #AC7296

Tints of Bouquet #AC7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

 BLUE value IS 150 (58.98% from 255) = 34.4%

R = 39.45%
G = 26.15%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC7296 (or 0xAC7296) is known color: Bouquet. HEX triplet: AC, 72 and 96. RGB value is (172,114,150). Sum of RGB (Red+Green+Blue) = 172+114+150=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7296 is #538D69. Grayscale: #878787. Windows color (decimal): -5475690 or 9859756. OLE color: 9859756.

HSL color Cylindrical-coordinate representation of color #AC7296: hue angle of 322.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC7296 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 114 150 -
CMYK 0 0.34 0.13 0.33
HSL 322.76º 0.26% 0.56% -
HSV(B) 322.76º 0.34% 0.67% -
XYZ 28.54 23.01 31.79 -
YUV 135.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 172 114 150 0 0.34 0.13 0.33 322.76 0.26 0.56
Hex AC 72 96 0 22 D 21 143 1A 38
Octal 254 162 226 0 42 15 41 503 32 70
Binary 10101100 1110010 10010110 0 100010 1101 100001 101000011 11010 111000

Color Harmonies of #AC7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7296

Black with #AC7296

Text Example


Text Example

White with #AC7296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7296; }

 p { color: rgb(172,114,150); }

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

background-color css

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

 a { background-color: rgb(172,114,150); }

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

border-color css

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

 span { border-color: rgb(172,114,150); }

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