Html Css Color HEX #AE769C Bouquet

📋 copy color: '#AE769C'

red 174 ◦ green 118 ◦ blue 156

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

Shades of Bouquet #AE769C

Tints of Bouquet #AE769C

RGB

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

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

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

R = 38.84%
G = 26.34%
B = 34.82%

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

#AE769C (or 0xAE769C) is known color: Bouquet. HEX triplet: AE, 76 and 9C. RGB value is (174,118,156). Sum of RGB (Red+Green+Blue) = 174+118+156=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE769C is #518963. Grayscale: #8A8A8A. Windows color (decimal): -5343588 or 10253998. OLE color: 10253998.

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

Color convert

RGB 174 118 156 -
CMYK 0 0.32 0.10 0.32
HSL 319.29º 0.26% 0.57% -
HSV(B) 319.29º 0.32% 0.68% -
XYZ 29.93 24.36 34.58 -
YUV 139.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 174 118 156 0 0.32 0.10 0.32 319.29 0.26 0.57
Hex AE 76 9C 0 20 A 20 13F 1A 39
Octal 256 166 234 0 40 12 40 477 32 71
Binary 10101110 1110110 10011100 0 100000 1010 100000 100111111 11010 111001

Color Harmonies of #AE769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE769C

Black with #AE769C

Text Example


Text Example

White with #AE769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE769C; }

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

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

background-color css

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

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

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

border-color css

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

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

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