Html Css Color HEX #AE739B Bouquet

📋 copy color: '#AE739B'

red 174 ◦ green 115 ◦ blue 155

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

Shades of Bouquet #AE739B

Tints of Bouquet #AE739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 39.19%
G = 25.9%
B = 34.91%

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

#AE739B (or 0xAE739B) is known color: Bouquet. HEX triplet: AE, 73 and 9B. RGB value is (174,115,155). Sum of RGB (Red+Green+Blue) = 174+115+155=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE739B is #518C64. Grayscale: #898989. Windows color (decimal): -5344357 or 10187694. OLE color: 10187694.

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

Color convert

RGB 174 115 155 -
CMYK 0 0.34 0.11 0.32
HSL 319.32º 0.27% 0.57% -
HSV(B) 319.32º 0.34% 0.68% -
XYZ 29.5 23.63 34.02 -
YUV 137.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 174 115 155 0 0.34 0.11 0.32 319.32 0.27 0.57
Hex AE 73 9B 0 22 B 20 13F 1B 39
Octal 256 163 233 0 42 13 40 477 33 71
Binary 10101110 1110011 10011011 0 100010 1011 100000 100111111 11011 111001

Color Harmonies of #AE739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE739B

Black with #AE739B

Text Example


Text Example

White with #AE739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE739B; }

 p { color: rgb(174,115,155); }

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

background-color css

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

 a { background-color: rgb(174,115,155); }

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

border-color css

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

 span { border-color: rgb(174,115,155); }

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