Html Css Color HEX #AE729D Bouquet

📋 copy color: '#AE729D'

red 174 ◦ green 114 ◦ blue 157

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

Shades of Bouquet #AE729D

Tints of Bouquet #AE729D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

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

R = 39.1%
G = 25.62%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE729D (or 0xAE729D) is known color: Bouquet. HEX triplet: AE, 72 and 9D. RGB value is (174,114,157). Sum of RGB (Red+Green+Blue) = 174+114+157=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE729D is #518D62. Grayscale: #888888. Windows color (decimal): -5344611 or 10318510. OLE color: 10318510.

HSL color Cylindrical-coordinate representation of color #AE729D: hue angle of 317º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE729D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 157 -
CMYK 0 0.34 0.10 0.32
HSL 317º 0.27% 0.56% -
HSV(B) 317º 0.34% 0.68% -
XYZ 29.56 23.47 34.87 -
YUV 136.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 174 114 157 0 0.34 0.10 0.32 317 0.27 0.56
Hex AE 72 9D 0 22 A 20 13D 1B 38
Octal 256 162 235 0 42 12 40 475 33 70
Binary 10101110 1110010 10011101 0 100010 1010 100000 100111101 11011 111000

Color Harmonies of #AE729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE729D

Black with #AE729D

Text Example


Text Example

White with #AE729D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE729D; }

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

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

background-color css

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

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

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

border-color css

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

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

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