Html Css Color HEX #AC7096 Bouquet

📋 copy color: '#AC7096'

red 172 ◦ green 112 ◦ blue 150

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

Shades of Bouquet #AC7096

Tints of Bouquet #AC7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

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

R = 39.63%
G = 25.81%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC7096 (or 0xAC7096) is known color: Bouquet. HEX triplet: AC, 70 and 96. RGB value is (172,112,150). Sum of RGB (Red+Green+Blue) = 172+112+150=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7096 is #538F69. Grayscale: #868686. Windows color (decimal): -5476202 or 9859244. OLE color: 9859244.

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

Color convert

RGB 172 112 150 -
CMYK 0 0.35 0.13 0.33
HSL 322º 0.27% 0.56% -
HSV(B) 322º 0.35% 0.67% -
XYZ 28.31 22.56 31.72 -
YUV 134.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 172 112 150 0 0.35 0.13 0.33 322 0.27 0.56
Hex AC 70 96 0 23 D 21 142 1B 38
Octal 254 160 226 0 43 15 41 502 33 70
Binary 10101100 1110000 10010110 0 100011 1101 100001 101000010 11011 111000

Color Harmonies of #AC7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7096

Black with #AC7096

Text Example


Text Example

White with #AC7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7096; }

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

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

background-color css

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

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

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

border-color css

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

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

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