Html Css Color HEX #AE7392 Bouquet

📋 copy color: '#AE7392'

red 174 ◦ green 115 ◦ blue 146

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

Shades of Bouquet #AE7392

Tints of Bouquet #AE7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.44%

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

R = 40%
G = 26.44%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE7392 (or 0xAE7392) is known color: Bouquet. HEX triplet: AE, 73 and 92. RGB value is (174,115,146). Sum of RGB (Red+Green+Blue) = 174+115+146=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7392 is #518C6D. Grayscale: #888888. Windows color (decimal): -5344366 or 9597870. OLE color: 9597870.

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

Color convert

RGB 174 115 146 -
CMYK 0 0.34 0.16 0.32
HSL 328.47º 0.27% 0.57% -
HSV(B) 328.47º 0.34% 0.68% -
XYZ 28.77 23.34 30.18 -
YUV 136.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 174 115 146 0 0.34 0.16 0.32 328.47 0.27 0.57
Hex AE 73 92 0 22 10 20 148 1B 39
Octal 256 163 222 0 42 20 40 510 33 71
Binary 10101110 1110011 10010010 0 100010 10000 100000 101001000 11011 111001

Color Harmonies of #AE7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7392

Black with #AE7392

Text Example


Text Example

White with #AE7392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7392; }

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

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

background-color css

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

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

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

border-color css

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

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

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