Html Css Color HEX #AE8499 Bouquet

📋 copy color: '#AE8499'

red 174 ◦ green 132 ◦ blue 153

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

Shades of Bouquet #AE8499

Tints of Bouquet #AE8499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 37.91%
G = 28.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE8499 (or 0xAE8499) is known color: Bouquet. HEX triplet: AE, 84 and 99. RGB value is (174,132,153). Sum of RGB (Red+Green+Blue) = 174+132+153=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8499 is #517B66. Grayscale: #929292. Windows color (decimal): -5340007 or 10060974. OLE color: 10060974.

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

Color convert

RGB 174 132 153 -
CMYK 0 0.24 0.12 0.32
HSL 330º 0.21% 0.6% -
HSV(B) 330º 0.24% 0.68% -
XYZ 31.46 27.8 33.85 -
YUV 146.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 174 132 153 0 0.24 0.12 0.32 330 0.21 0.6
Hex AE 84 99 0 18 C 20 14A 15 3C
Octal 256 204 231 0 30 14 40 512 25 74
Binary 10101110 10000100 10011001 0 11000 1100 100000 101001010 10101 111100

Color Harmonies of #AE8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8499

Black with #AE8499

Text Example


Text Example

White with #AE8499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8499; }

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

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

background-color css

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

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

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

border-color css

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

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

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