#AE7796

Color #AE7796 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AE7796

Tints of Bouquet #AE7796

Color information

#AE7796 (or 0xAE7796) is unknown color: approx Bouquet. HEX triplet: AE, 77 and 96. RGB value is (174,119,150). Sum of RGB (Red+Green+Blue) = 174+119+150=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7796 is #518869. Grayscale: #8A8A8A. Windows color (decimal): -5343338 or 9861038. OLE color: 9861038.

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

Color convert

RGB174119150-
CMYK00.320.140.32
HSL326.18º25.35%57.45%-
HSV(B)326.18º31.61%68.24%-
XYZ29.5624.3932-
YUV138.98134.22152.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 119 (46.88% from 255) = 26.86%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=39.28%
G=26.86%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411915000.320.140.32326.1825.3557.45
HexAE7796020E201461939
Octal25616722604016405063171
Binary101011101110111100101100100000111010000010100011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7796; }

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

 H1.HeaderClassName
 {
   color: #AE7796;
 }
 .AnyTagClassName
 {
   color: #AE7796;
 }
</style>
background-color css

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

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

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

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

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

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