Html Css Color HEX #AE859D Bouquet

📋 copy color: '#AE859D'

red 174 ◦ green 133 ◦ blue 157

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

Shades of Bouquet #AE859D

Tints of Bouquet #AE859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.66%

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

R = 37.5%
G = 28.66%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE859D (or 0xAE859D) is known color: Bouquet. HEX triplet: AE, 85 and 9D. RGB value is (174,133,157). Sum of RGB (Red+Green+Blue) = 174+133+157=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE859D is #517A62. Grayscale: #939393. Windows color (decimal): -5339747 or 10323374. OLE color: 10323374.

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

Color convert

RGB 174 133 157 -
CMYK 0 0.24 0.10 0.32
HSL 324.88º 0.2% 0.6% -
HSV(B) 324.88º 0.24% 0.68% -
XYZ 31.93 28.21 35.66 -
YUV 148 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 174 133 157 0 0.24 0.10 0.32 324.88 0.2 0.6
Hex AE 85 9D 0 18 A 20 145 14 3C
Octal 256 205 235 0 30 12 40 505 24 74
Binary 10101110 10000101 10011101 0 11000 1010 100000 101000101 10100 111100

Color Harmonies of #AE859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE859D

Black with #AE859D

Text Example


Text Example

White with #AE859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE859D; }

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

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

background-color css

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

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

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

border-color css

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

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

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