#AE8193

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

Shades of Bouquet #AE8193

Tints of Bouquet #AE8193

Color information

#AE8193 (or 0xAE8193) is unknown color: approx Bouquet. HEX triplet: AE, 81 and 93. RGB value is (174,129,147). Sum of RGB (Red+Green+Blue) = 174+129+147=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8193 is #517E6C. Grayscale: #909090. Windows color (decimal): -5340781 or 9666990. OLE color: 9666990.

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

Color convert

RGB174129147-
CMYK00.260.160.32
HSL336º21.74%59.41%-
HSV(B)336º25.86%68.24%-
XYZ30.5726.8131.17-
YUV144.51129.41149.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=38.67%
G=28.67%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412914700.260.160.3233621.7459.41
HexAE819301A1020150163b
Octal25620122303220405202673
Binary1010111010000001100100110110101000010000010101000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8193; }

 p { color: rgb(174,129,147); }

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

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

 a { background-color: rgb(174,129,147); }

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

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

 span { border-color: rgb(174,129,147); }

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