Html Css Color HEX #AE779E Bouquet

📋 copy color: '#AE779E'

red 174 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #AE779E

Tints of Bouquet #AE779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 38.58%
G = 26.39%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE779E (or 0xAE779E) is known color: Bouquet. HEX triplet: AE, 77 and 9E. RGB value is (174,119,158). Sum of RGB (Red+Green+Blue) = 174+119+158=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE779E is #518861. Grayscale: #8B8B8B. Windows color (decimal): -5343330 or 10385326. OLE color: 10385326.

HSL color Cylindrical-coordinate representation of color #AE779E: hue angle of 317.45º degrees, saturation: 0.25, 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 #AE779E is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 119 158 -
CMYK 0 0.32 0.09 0.32
HSL 317.45º 0.25% 0.57% -
HSV(B) 317.45º 0.32% 0.68% -
XYZ 30.22 24.66 35.51 -
YUV 139.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 174 119 158 0 0.32 0.09 0.32 317.45 0.25 0.57
Hex AE 77 9E 0 20 9 20 13D 19 39
Octal 256 167 236 0 40 11 40 475 31 71
Binary 10101110 1110111 10011110 0 100000 1001 100000 100111101 11001 111001

Color Harmonies of #AE779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE779E

Black with #AE779E

Text Example


Text Example

White with #AE779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE779E; }

 p { color: rgb(174,119,158); }

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

background-color css

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

 a { background-color: rgb(174,119,158); }

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

border-color css

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

 span { border-color: rgb(174,119,158); }

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