Html Css Color HEX #AE7595 Bouquet

📋 copy color: '#AE7595'

red 174 ◦ green 117 ◦ blue 149

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

Shades of Bouquet #AE7595

Tints of Bouquet #AE7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.59%

 BLUE value IS 149 (58.59% from 255) = 33.86%

R = 39.55%
G = 26.59%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE7595 (or 0xAE7595) is known color: Bouquet. HEX triplet: AE, 75 and 95. RGB value is (174,117,149). Sum of RGB (Red+Green+Blue) = 174+117+149=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7595 is #518A6A. Grayscale: #898989. Windows color (decimal): -5343851 or 9794990. OLE color: 9794990.

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

Color convert

RGB 174 117 149 -
CMYK 0 0.33 0.14 0.32
HSL 326.32º 0.26% 0.57% -
HSV(B) 326.32º 0.33% 0.68% -
XYZ 29.24 23.89 31.5 -
YUV 137.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 174 117 149 0 0.33 0.14 0.32 326.32 0.26 0.57
Hex AE 75 95 0 21 E 20 146 1A 39
Octal 256 165 225 0 41 16 40 506 32 71
Binary 10101110 1110101 10010101 0 100001 1110 100000 101000110 11010 111001

Color Harmonies of #AE7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7595

Black with #AE7595

Text Example


Text Example

White with #AE7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7595; }

 p { color: rgb(174,117,149); }

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

background-color css

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

 a { background-color: rgb(174,117,149); }

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

border-color css

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

 span { border-color: rgb(174,117,149); }

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