Html Css Color HEX #AE7096 Bouquet

📋 copy color: '#AE7096'

red 174 ◦ green 112 ◦ blue 150

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

Shades of Bouquet #AE7096

Tints of Bouquet #AE7096

RGB

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

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

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

R = 39.91%
G = 25.69%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE7096 (or 0xAE7096) is known color: Bouquet. HEX triplet: AE, 70 and 96. RGB value is (174,112,150). Sum of RGB (Red+Green+Blue) = 174+112+150=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7096 is #518F69. Grayscale: #868686. Windows color (decimal): -5345130 or 9859246. OLE color: 9859246.

HSL color Cylindrical-coordinate representation of color #AE7096: hue angle of 323.23º 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 #AE7096 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 150 -
CMYK 0 0.36 0.14 0.32
HSL 323.23º 0.28% 0.56% -
HSV(B) 323.23º 0.36% 0.68% -
XYZ 28.75 22.79 31.74 -
YUV 134.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 174 112 150 0 0.36 0.14 0.32 323.23 0.28 0.56
Hex AE 70 96 0 24 E 20 143 1C 38
Octal 256 160 226 0 44 16 40 503 34 70
Binary 10101110 1110000 10010110 0 100100 1110 100000 101000011 11100 111000

Color Harmonies of #AE7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7096

Black with #AE7096

Text Example


Text Example

White with #AE7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7096; }

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

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

background-color css

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

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

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

border-color css

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

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

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