Html Css Color HEX #AE779A Bouquet

📋 copy color: '#AE779A'

red 174 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #AE779A

Tints of Bouquet #AE779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 38.93%
G = 26.62%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE779A (or 0xAE779A) is known color: Bouquet. HEX triplet: AE, 77 and 9A. RGB value is (174,119,154). Sum of RGB (Red+Green+Blue) = 174+119+154=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE779A is #518865. Grayscale: #8B8B8B. Windows color (decimal): -5343334 or 10123182. OLE color: 10123182.

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

Color convert

RGB 174 119 154 -
CMYK 0 0.32 0.11 0.32
HSL 321.82º 0.25% 0.57% -
HSV(B) 321.82º 0.32% 0.68% -
XYZ 29.89 24.53 33.73 -
YUV 139.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 174 119 154 0 0.32 0.11 0.32 321.82 0.25 0.57
Hex AE 77 9A 0 20 B 20 142 19 39
Octal 256 167 232 0 40 13 40 502 31 71
Binary 10101110 1110111 10011010 0 100000 1011 100000 101000010 11001 111001

Color Harmonies of #AE779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE779A

Black with #AE779A

Text Example


Text Example

White with #AE779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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