#AE7B92

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

Shades of Bouquet #AE7B92

Tints of Bouquet #AE7B92

Color information

#AE7B92 (or 0xAE7B92) is unknown color: approx Bouquet. HEX triplet: AE, 7B and 92. RGB value is (174,123,146). Sum of RGB (Red+Green+Blue) = 174+123+146=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B92 is #51846D. Grayscale: #8C8C8C. Windows color (decimal): -5342318 or 9599918. OLE color: 9599918.

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

Color convert

RGB174123146-
CMYK00.290.160.32
HSL332.94º23.94%58.24%-
HSV(B)332.94º29.31%68.24%-
XYZ29.7325.2430.5-
YUV140.87130.9151.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=39.28%
G=27.77%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412314600.290.160.32332.9423.9458.24
HexAE7B9201D102014d183a
Octal25617322203520405153072
Binary101011101111011100100100111011000010000010100110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7B92; }

 p { color: rgb(174,123,146); }

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

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

 a { background-color: rgb(174,123,146); }

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

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

 span { border-color: rgb(174,123,146); }

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