Html Css Color HEX #AE849F Bouquet

📋 copy color: '#AE849F'

red 174 ◦ green 132 ◦ blue 159

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

Shades of Bouquet #AE849F

Tints of Bouquet #AE849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

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

R = 37.42%
G = 28.39%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE849F (or 0xAE849F) is known color: Bouquet. HEX triplet: AE, 84 and 9F. RGB value is (174,132,159). Sum of RGB (Red+Green+Blue) = 174+132+159=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE849F is #517B60. Grayscale: #939393. Windows color (decimal): -5340001 or 10454190. OLE color: 10454190.

HSL color Cylindrical-coordinate representation of color #AE849F: hue angle of 321.43º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AE849F is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 132 159 -
CMYK 0 0.24 0.09 0.32
HSL 321.43º 0.21% 0.6% -
HSV(B) 321.43º 0.24% 0.68% -
XYZ 31.96 28 36.52 -
YUV 147.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 174 132 159 0 0.24 0.09 0.32 321.43 0.21 0.6
Hex AE 84 9F 0 18 9 20 141 15 3C
Octal 256 204 237 0 30 11 40 501 25 74
Binary 10101110 10000100 10011111 0 11000 1001 100000 101000001 10101 111100

Color Harmonies of #AE849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE849F

Black with #AE849F

Text Example


Text Example

White with #AE849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE849F; }

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

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

background-color css

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

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

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

border-color css

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

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

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