#AE8295

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

Shades of Bouquet #AE8295

Tints of Bouquet #AE8295

Color information

#AE8295 (or 0xAE8295) is unknown color: approx Bouquet. HEX triplet: AE, 82 and 95. RGB value is (174,130,149). Sum of RGB (Red+Green+Blue) = 174+130+149=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8295 is #517D6A. Grayscale: #919191. Windows color (decimal): -5340523 or 9798318. OLE color: 9798318.

HSL color Cylindrical-coordinate representation of color #AE8295: hue angle of 334.09º 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 #AE8295 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB174130149-
CMYK00.250.140.32
HSL334.09º21.36%59.61%-
HSV(B)334.09º25.29%68.24%-
XYZ30.8627.1332.04-
YUV145.32130.08148.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=38.41%
G=28.70%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413014900.250.140.32334.0921.3659.61
HexAE8295019E2014e153c
Octal25620222503116405162574
Binary101011101000001010010101011001111010000010100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8295; }

 p { color: rgb(174,130,149); }

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

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

 a { background-color: rgb(174,130,149); }

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

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

 span { border-color: rgb(174,130,149); }

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