Html Css Color HEX #AE7994 Bouquet

📋 copy color: '#AE7994'

red 174 ◦ green 121 ◦ blue 148

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

Shades of Bouquet #AE7994

Tints of Bouquet #AE7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

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

R = 39.28%
G = 27.31%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE7994 (or 0xAE7994) is known color: Bouquet. HEX triplet: AE, 79 and 94. RGB value is (174,121,148). Sum of RGB (Red+Green+Blue) = 174+121+148=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7994 is #51866B. Grayscale: #8B8B8B. Windows color (decimal): -5342828 or 9730478. OLE color: 9730478.

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

Color convert

RGB 174 121 148 -
CMYK 0 0.30 0.15 0.32
HSL 329.43º 0.25% 0.58% -
HSV(B) 329.43º 0.3% 0.68% -
XYZ 29.64 24.81 31.24 -
YUV 139.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 174 121 148 0 0.30 0.15 0.32 329.43 0.25 0.58
Hex AE 79 94 0 1E F 20 149 19 3A
Octal 256 171 224 0 36 17 40 511 31 72
Binary 10101110 1111001 10010100 0 11110 1111 100000 101001001 11001 111010

Color Harmonies of #AE7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7994

Black with #AE7994

Text Example


Text Example

White with #AE7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7994; }

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

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

background-color css

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

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

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

border-color css

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

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

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