Html Css Color HEX #AE759C Bouquet

📋 copy color: '#AE759C'

red 174 ◦ green 117 ◦ blue 156

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

Shades of Bouquet #AE759C

Tints of Bouquet #AE759C

RGB

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

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

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

R = 38.93%
G = 26.17%
B = 34.9%

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

#AE759C (or 0xAE759C) is known color: Bouquet. HEX triplet: AE, 75 and 9C. RGB value is (174,117,156). Sum of RGB (Red+Green+Blue) = 174+117+156=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE759C is #518A63. Grayscale: #8A8A8A. Windows color (decimal): -5343844 or 10253742. OLE color: 10253742.

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

Color convert

RGB 174 117 156 -
CMYK 0 0.33 0.10 0.32
HSL 318.95º 0.26% 0.57% -
HSV(B) 318.95º 0.33% 0.68% -
XYZ 29.82 24.12 34.54 -
YUV 138.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 174 117 156 0 0.33 0.10 0.32 318.95 0.26 0.57
Hex AE 75 9C 0 21 A 20 13F 1A 39
Octal 256 165 234 0 41 12 40 477 32 71
Binary 10101110 1110101 10011100 0 100001 1010 100000 100111111 11010 111001

Color Harmonies of #AE759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE759C

Black with #AE759C

Text Example


Text Example

White with #AE759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE759C; }

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

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

background-color css

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

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

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

border-color css

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

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

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