#AE887E

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

Shades of Brandy Rose #AE887E

Tints of Brandy Rose #AE887E

Color information

#AE887E (or 0xAE887E) is unknown color: approx Brandy Rose. HEX triplet: AE, 88 and 7E. RGB value is (174,136,126). Sum of RGB (Red+Green+Blue) = 174+136+126=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE887E is #517781. Grayscale: #929292. Windows color (decimal): -5339010 or 8292526. OLE color: 8292526.

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

Color convert

RGB174136126-
CMYK00.220.280.32
HSL12.5º22.86%58.82%-
HSV(B)12.5º27.59%68.24%-
XYZ30.0328.1123.58-
YUV146.22116.59147.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=39.91%
G=31.19%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413612600.220.280.3212.522.8658.82
HexAE887E0161C20d173b
Octal2562101760263440152773
Binary1010111010001000111111001011011100100000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE887E; }

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

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

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

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

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

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

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

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