Html Css Color HEX #AE779C Bouquet

📋 copy color: '#AE779C'

red 174 ◦ green 119 ◦ blue 156

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

Shades of Bouquet #AE779C

Tints of Bouquet #AE779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 38.75%
G = 26.5%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE779C (or 0xAE779C) is known color: Bouquet. HEX triplet: AE, 77 and 9C. RGB value is (174,119,156). Sum of RGB (Red+Green+Blue) = 174+119+156=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE779C is #518863. Grayscale: #8B8B8B. Windows color (decimal): -5343332 or 10254254. OLE color: 10254254.

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

Color convert

RGB 174 119 156 -
CMYK 0 0.32 0.10 0.32
HSL 319.64º 0.25% 0.57% -
HSV(B) 319.64º 0.32% 0.68% -
XYZ 30.05 24.59 34.62 -
YUV 139.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 174 119 156 0 0.32 0.10 0.32 319.64 0.25 0.57
Hex AE 77 9C 0 20 A 20 140 19 39
Octal 256 167 234 0 40 12 40 500 31 71
Binary 10101110 1110111 10011100 0 100000 1010 100000 101000000 11001 111001

Color Harmonies of #AE779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE779C

Black with #AE779C

Text Example


Text Example

White with #AE779C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE779C; }

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

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

background-color css

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

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

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

border-color css

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

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

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