Html Css Color HEX #AE7092 Bouquet

📋 copy color: '#AE7092'

red 174 ◦ green 112 ◦ blue 146

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

Shades of Bouquet #AE7092

Tints of Bouquet #AE7092

RGB

 RED value IS 174 (68.36% from 255) = 40.28%

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

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

R = 40.28%
G = 25.93%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE7092 (or 0xAE7092) is known color: Bouquet. HEX triplet: AE, 70 and 92. RGB value is (174,112,146). Sum of RGB (Red+Green+Blue) = 174+112+146=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7092 is #518F6D. Grayscale: #868686. Windows color (decimal): -5345134 or 9597102. OLE color: 9597102.

HSL color Cylindrical-coordinate representation of color #AE7092: hue angle of 327.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE7092 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 146 -
CMYK 0 0.36 0.16 0.32
HSL 327.1º 0.28% 0.56% -
HSV(B) 327.1º 0.36% 0.68% -
XYZ 28.44 22.66 30.07 -
YUV 134.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 174 112 146 0 0.36 0.16 0.32 327.1 0.28 0.56
Hex AE 70 92 0 24 10 20 147 1C 38
Octal 256 160 222 0 44 20 40 507 34 70
Binary 10101110 1110000 10010010 0 100100 10000 100000 101000111 11100 111000

Color Harmonies of #AE7092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7092

Black with #AE7092

Text Example


Text Example

White with #AE7092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7092; }

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

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

background-color css

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

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

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

border-color css

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

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

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