Html Css Color HEX #AE769D Bouquet

📋 copy color: '#AE769D'

red 174 ◦ green 118 ◦ blue 157

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

Shades of Bouquet #AE769D

Tints of Bouquet #AE769D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 38.75%
G = 26.28%
B = 34.97%

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

#AE769D (or 0xAE769D) is known color: Bouquet. HEX triplet: AE, 76 and 9D. RGB value is (174,118,157). Sum of RGB (Red+Green+Blue) = 174+118+157=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE769D is #518962. Grayscale: #8B8B8B. Windows color (decimal): -5343587 or 10319534. OLE color: 10319534.

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

Color convert

RGB 174 118 157 -
CMYK 0 0.32 0.10 0.32
HSL 318.21º 0.26% 0.57% -
HSV(B) 318.21º 0.32% 0.68% -
XYZ 30.02 24.39 35.02 -
YUV 139.19 138.05 152.83 -
System Red Green Blue C M Y K H S L
Decimal 174 118 157 0 0.32 0.10 0.32 318.21 0.26 0.57
Hex AE 76 9D 0 20 A 20 13E 1A 39
Octal 256 166 235 0 40 12 40 476 32 71
Binary 10101110 1110110 10011101 0 100000 1010 100000 100111110 11010 111001

Color Harmonies of #AE769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE769D

Black with #AE769D

Text Example


Text Example

White with #AE769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE769D; }

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

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

background-color css

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

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

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

border-color css

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

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

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