Html Css Color HEX #AE729A Bouquet

📋 copy color: '#AE729A'

red 174 ◦ green 114 ◦ blue 154

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

Shades of Bouquet #AE729A

Tints of Bouquet #AE729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.84%

R = 39.37%
G = 25.79%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE729A (or 0xAE729A) is known color: Bouquet. HEX triplet: AE, 72 and 9A. RGB value is (174,114,154). Sum of RGB (Red+Green+Blue) = 174+114+154=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE729A is #518D65. Grayscale: #888888. Windows color (decimal): -5344614 or 10121902. OLE color: 10121902.

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

Color convert

RGB 174 114 154 -
CMYK 0 0.34 0.11 0.32
HSL 320º 0.27% 0.56% -
HSV(B) 320º 0.34% 0.68% -
XYZ 29.31 23.37 33.54 -
YUV 136.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 174 114 154 0 0.34 0.11 0.32 320 0.27 0.56
Hex AE 72 9A 0 22 B 20 140 1B 38
Octal 256 162 232 0 42 13 40 500 33 70
Binary 10101110 1110010 10011010 0 100010 1011 100000 101000000 11011 111000

Color Harmonies of #AE729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE729A

Black with #AE729A

Text Example


Text Example

White with #AE729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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