#AE887C

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

Shades of Brandy Rose #AE887C

Tints of Brandy Rose #AE887C

Color information

#AE887C (or 0xAE887C) is unknown color: approx Brandy Rose. HEX triplet: AE, 88 and 7C. RGB value is (174,136,124). Sum of RGB (Red+Green+Blue) = 174+136+124=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887C is #517783. Grayscale: #929292. Windows color (decimal): -5339012 or 8161454. OLE color: 8161454.

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

Color convert

RGB174136124-
CMYK00.220.290.32
HSL14.4º23.58%58.43%-
HSV(B)14.4º28.74%68.24%-
XYZ29.928.0622.91-
YUV145.99115.59147.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 124 (48.83% from 255) = 28.57%
R=40.09%
G=31.34%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413612400.220.290.3214.423.5858.43
HexAE887C0161D20e183a
Octal2562101740263540163072
Binary1010111010001000111110001011011101100000111011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE887C; }

 p { color: rgb(174,136,124); }

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

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

 a { background-color: rgb(174,136,124); }

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

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

 span { border-color: rgb(174,136,124); }

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