Html Css Color HEX #AE7694 Bouquet

📋 copy color: '#AE7694'

red 174 ◦ green 118 ◦ blue 148

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

Shades of Bouquet #AE7694

Tints of Bouquet #AE7694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 148 (58.2% from 255) = 33.64%

R = 39.55%
G = 26.82%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE7694 (or 0xAE7694) is known color: Bouquet. HEX triplet: AE, 76 and 94. RGB value is (174,118,148). Sum of RGB (Red+Green+Blue) = 174+118+148=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7694 is #51896B. Grayscale: #8A8A8A. Windows color (decimal): -5343596 or 9729710. OLE color: 9729710.

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

Color convert

RGB 174 118 148 -
CMYK 0 0.32 0.15 0.32
HSL 327.86º 0.26% 0.57% -
HSV(B) 327.86º 0.32% 0.68% -
XYZ 29.28 24.09 31.12 -
YUV 138.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 174 118 148 0 0.32 0.15 0.32 327.86 0.26 0.57
Hex AE 76 94 0 20 F 20 148 1A 39
Octal 256 166 224 0 40 17 40 510 32 71
Binary 10101110 1110110 10010100 0 100000 1111 100000 101001000 11010 111001

Color Harmonies of #AE7694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7694

Black with #AE7694

Text Example


Text Example

White with #AE7694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7694; }

 p { color: rgb(174,118,148); }

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

background-color css

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

 a { background-color: rgb(174,118,148); }

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

border-color css

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

 span { border-color: rgb(174,118,148); }

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