#AE85A3

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

Shades of Bouquet #AE85A3

Tints of Bouquet #AE85A3

Color information

#AE85A3 (or 0xAE85A3) is unknown color: approx Bouquet. HEX triplet: AE, 85 and A3. RGB value is (174,133,163). Sum of RGB (Red+Green+Blue) = 174+133+163=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AE85A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE85A3 is #517A5C. Grayscale: #949494. Windows color (decimal): -5339741 or 10716590. OLE color: 10716590.

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

Color convert

RGB174133163-
CMYK00.240.060.32
HSL316.1º20.2%60.2%-
HSV(B)316.1º23.56%68.24%-
XYZ32.4528.4238.43-
YUV148.68136.08146.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=37.02%
G=28.30%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413316300.240.060.32316.120.260.2
HexAE85A301862013c143c
Octal2562052430306404742474
Binary10101110100001011010001101100011010000010011110010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE85A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE85A3; }

 p { color: rgb(174,133,163); }

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

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

 a { background-color: rgb(174,133,163); }

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

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

 span { border-color: rgb(174,133,163); }

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