#AE8879

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

Shades of Brandy Rose #AE8879

Tints of Brandy Rose #AE8879

Color information

#AE8879 (or 0xAE8879) is unknown color: approx Brandy Rose. HEX triplet: AE, 88 and 79. RGB value is (174,136,121). Sum of RGB (Red+Green+Blue) = 174+136+121=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8879 is #517786. Grayscale: #919191. Windows color (decimal): -5339015 or 7964846. OLE color: 7964846.

HSL color Cylindrical-coordinate representation of color #AE8879: hue angle of 16.98º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8879 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174136121-
CMYK00.220.300.32
HSL16.98º24.65%57.84%-
HSV(B)16.98º30.46%68.24%-
XYZ29.7127.9921.93-
YUV145.65114.09148.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=40.37%
G=31.55%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413612100.220.300.3216.9824.6557.84
HexAE88790161E2011193a
Octal2562101710263640213172
Binary10101110100010001111001010110111101000001000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8879; }

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

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

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

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

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

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

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

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