#AE8579

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

Shades of Brandy Rose #AE8579

Tints of Brandy Rose #AE8579

Color information

#AE8579 (or 0xAE8579) is unknown color: approx Brandy Rose. HEX triplet: AE, 85 and 79. RGB value is (174,133,121). Sum of RGB (Red+Green+Blue) = 174+133+121=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8579 is #517A86. Grayscale: #8F8F8F. Windows color (decimal): -5339783 or 7964078. OLE color: 7964078.

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

Color convert

RGB174133121-
CMYK00.240.300.32
HSL13.58º24.65%57.84%-
HSV(B)13.58º30.46%68.24%-
XYZ29.2927.1521.79-
YUV143.89115.08149.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=40.65%
G=31.07%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413312100.240.300.3213.5824.6557.84
HexAE85790181E20e193a
Octal2562051710303640163172
Binary1010111010000101111100101100011110100000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8579; }

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

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

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

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

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

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

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

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