Html Css Color HEX #AE759D Bouquet

📋 copy color: '#AE759D'

red 174 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #AE759D

Tints of Bouquet #AE759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

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

R = 38.84%
G = 26.12%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE759D (or 0xAE759D) is known color: Bouquet. HEX triplet: AE, 75 and 9D. RGB value is (174,117,157). Sum of RGB (Red+Green+Blue) = 174+117+157=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE759D is #518A62. Grayscale: #8A8A8A. Windows color (decimal): -5343843 or 10319278. OLE color: 10319278.

HSL color Cylindrical-coordinate representation of color #AE759D: hue angle of 317.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE759D is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 117 157 -
CMYK 0 0.33 0.10 0.32
HSL 317.89º 0.26% 0.57% -
HSV(B) 317.89º 0.33% 0.68% -
XYZ 29.9 24.16 34.98 -
YUV 138.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 174 117 157 0 0.33 0.10 0.32 317.89 0.26 0.57
Hex AE 75 9D 0 21 A 20 13E 1A 39
Octal 256 165 235 0 41 12 40 476 32 71
Binary 10101110 1110101 10011101 0 100001 1010 100000 100111110 11010 111001

Color Harmonies of #AE759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE759D

Black with #AE759D

Text Example


Text Example

White with #AE759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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