Html Css Color HEX #AC7092 Bouquet

📋 copy color: '#AC7092'

red 172 ◦ green 112 ◦ blue 146

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

Shades of Bouquet #AC7092

Tints of Bouquet #AC7092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 40%
G = 26.05%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC7092 (or 0xAC7092) is known color: Bouquet. HEX triplet: AC, 70 and 92. RGB value is (172,112,146). Sum of RGB (Red+Green+Blue) = 172+112+146=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7092 is #538F6D. Grayscale: #858585. Windows color (decimal): -5476206 or 9597100. OLE color: 9597100.

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

Color convert

RGB 172 112 146 -
CMYK 0 0.35 0.15 0.33
HSL 326º 0.27% 0.56% -
HSV(B) 326º 0.35% 0.67% -
XYZ 28 22.43 30.05 -
YUV 133.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 172 112 146 0 0.35 0.15 0.33 326 0.27 0.56
Hex AC 70 92 0 23 F 21 146 1B 38
Octal 254 160 222 0 43 17 41 506 33 70
Binary 10101100 1110000 10010010 0 100011 1111 100001 101000110 11011 111000

Color Harmonies of #AC7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7092

Black with #AC7092

Text Example


Text Example

White with #AC7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7092; }

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

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

background-color css

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

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

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

border-color css

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

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

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