Html Css Color HEX #AE769F Bouquet

📋 copy color: '#AE769F'

red 174 ◦ green 118 ◦ blue 159

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

Shades of Bouquet #AE769F

Tints of Bouquet #AE769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.25%

R = 38.58%
G = 26.16%
B = 35.25%

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

#AE769F (or 0xAE769F) is known color: Bouquet. HEX triplet: AE, 76 and 9F. RGB value is (174,118,159). Sum of RGB (Red+Green+Blue) = 174+118+159=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AE769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE769F is #518960. Grayscale: #8B8B8B. Windows color (decimal): -5343585 or 10450606. OLE color: 10450606.

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

Color convert

RGB 174 118 159 -
CMYK 0 0.32 0.09 0.32
HSL 316.07º 0.26% 0.57% -
HSV(B) 316.07º 0.32% 0.68% -
XYZ 30.19 24.46 35.93 -
YUV 139.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 174 118 159 0 0.32 0.09 0.32 316.07 0.26 0.57
Hex AE 76 9F 0 20 9 20 13C 1A 39
Octal 256 166 237 0 40 11 40 474 32 71
Binary 10101110 1110110 10011111 0 100000 1001 100000 100111100 11010 111001

Color Harmonies of #AE769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE769F

Black with #AE769F

Text Example


Text Example

White with #AE769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE769F; }

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

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

background-color css

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

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

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

border-color css

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

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

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