#AE8576

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

Shades of Brandy Rose #AE8576

Tints of Brandy Rose #AE8576

Color information

#AE8576 (or 0xAE8576) is unknown color: approx Brandy Rose. HEX triplet: AE, 85 and 76. RGB value is (174,133,118). Sum of RGB (Red+Green+Blue) = 174+133+118=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8576 is #517A89. Grayscale: #8F8F8F. Windows color (decimal): -5339786 or 7767470. OLE color: 7767470.

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

Color convert

RGB174133118-
CMYK00.240.320.32
HSL16.07º25.69%57.25%-
HSV(B)16.07º32.18%68.24%-
XYZ29.1127.0820.83-
YUV143.55113.58149.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=40.94%
G=31.29%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413311800.240.320.3216.0725.6957.25
HexAE85760182020101a39
Octal2562051660304040203271
Binary101011101000010111101100110001000001000001000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8576; }

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

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

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

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

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

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

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

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