Html Css Color HEX #AE689C Bouquet

📋 copy color: '#AE689C'

red 174 ◦ green 104 ◦ blue 156

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

Shades of Bouquet #AE689C

Tints of Bouquet #AE689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.96%

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

R = 40.09%
G = 23.96%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE689C (or 0xAE689C) is known color: Bouquet. HEX triplet: AE, 68 and 9C. RGB value is (174,104,156). Sum of RGB (Red+Green+Blue) = 174+104+156=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689C is #519763. Grayscale: #828282. Windows color (decimal): -5347172 or 10250414. OLE color: 10250414.

HSL color Cylindrical-coordinate representation of color #AE689C: hue angle of 315.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE689C is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 156 -
CMYK 0 0.40 0.10 0.32
HSL 315.43º 0.3% 0.55% -
HSV(B) 315.43º 0.4% 0.68% -
XYZ 28.41 21.3 34.07 -
YUV 130.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 174 104 156 0 0.40 0.10 0.32 315.43 0.3 0.55
Hex AE 68 9C 0 28 A 20 13B 1E 37
Octal 256 150 234 0 50 12 40 473 36 67
Binary 10101110 1101000 10011100 0 101000 1010 100000 100111011 11110 110111

Color Harmonies of #AE689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE689C

Black with #AE689C

Text Example


Text Example

White with #AE689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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