#AE8393

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

Shades of Bouquet #AE8393

Tints of Bouquet #AE8393

Color information

#AE8393 (or 0xAE8393) is unknown color: approx Bouquet. HEX triplet: AE, 83 and 93. RGB value is (174,131,147). Sum of RGB (Red+Green+Blue) = 174+131+147=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8393 is #517C6C. Grayscale: #919191. Windows color (decimal): -5340269 or 9667502. OLE color: 9667502.

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

Color convert

RGB174131147-
CMYK00.250.160.32
HSL337.67º20.98%59.8%-
HSV(B)337.67º24.71%68.24%-
XYZ30.8427.3431.26-
YUV145.68128.75148.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=38.50%
G=28.98%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413114700.250.160.32337.6720.9859.8
HexAE83930191020152153c
Octal25620322303120405222574
Binary1010111010000011100100110110011000010000010101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8393; }

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

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

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

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

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

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

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

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