Html Css Color HEX #AC7095 Bouquet

📋 copy color: '#AC7095'

red 172 ◦ green 112 ◦ blue 149

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

Shades of Bouquet #AC7095

Tints of Bouquet #AC7095

RGB

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

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

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

R = 39.72%
G = 25.87%
B = 34.41%

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

#AC7095 (or 0xAC7095) is known color: Bouquet. HEX triplet: AC, 70 and 95. RGB value is (172,112,149). Sum of RGB (Red+Green+Blue) = 172+112+149=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7095 is #538F6A. Grayscale: #868686. Windows color (decimal): -5476203 or 9793708. OLE color: 9793708.

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

Color convert

RGB 172 112 149 -
CMYK 0 0.35 0.13 0.33
HSL 323º 0.27% 0.56% -
HSV(B) 323º 0.35% 0.67% -
XYZ 28.23 22.53 31.29 -
YUV 134.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 172 112 149 0 0.35 0.13 0.33 323 0.27 0.56
Hex AC 70 95 0 23 D 21 143 1B 38
Octal 254 160 225 0 43 15 41 503 33 70
Binary 10101100 1110000 10010101 0 100011 1101 100001 101000011 11011 111000

Color Harmonies of #AC7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7095

Black with #AC7095

Text Example


Text Example

White with #AC7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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