Html Css Color HEX #AE7896 Bouquet

📋 copy color: '#AE7896'

red 174 ◦ green 120 ◦ blue 150

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

Shades of Bouquet #AE7896

Tints of Bouquet #AE7896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.03%

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 39.19%
G = 27.03%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AE7896 (or 0xAE7896) is known color: Bouquet. HEX triplet: AE, 78 and 96. RGB value is (174,120,150). Sum of RGB (Red+Green+Blue) = 174+120+150=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7896 is #518769. Grayscale: #8B8B8B. Windows color (decimal): -5343082 or 9861294. OLE color: 9861294.

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

Color convert

RGB 174 120 150 -
CMYK 0 0.31 0.14 0.32
HSL 326.67º 0.25% 0.58% -
HSV(B) 326.67º 0.31% 0.68% -
XYZ 29.68 24.63 32.04 -
YUV 139.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 174 120 150 0 0.31 0.14 0.32 326.67 0.25 0.58
Hex AE 78 96 0 1F E 20 147 19 3A
Octal 256 170 226 0 37 16 40 507 31 72
Binary 10101110 1111000 10010110 0 11111 1110 100000 101000111 11001 111010

Color Harmonies of #AE7896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7896

Black with #AE7896

Text Example


Text Example

White with #AE7896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7896; }

 p { color: rgb(174,120,150); }

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

background-color css

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

 a { background-color: rgb(174,120,150); }

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

border-color css

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

 span { border-color: rgb(174,120,150); }

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