#AE8079

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

Shades of Brandy Rose #AE8079

Tints of Brandy Rose #AE8079

Color information

#AE8079 (or 0xAE8079) is unknown color: approx Brandy Rose. HEX triplet: AE, 80 and 79. RGB value is (174,128,121). Sum of RGB (Red+Green+Blue) = 174+128+121=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8079 is #517F86. Grayscale: #8D8D8D. Windows color (decimal): -5341063 or 7962798. OLE color: 7962798.

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

Color convert

RGB174128121-
CMYK00.260.300.32
HSL7.92º24.65%57.84%-
HSV(B)7.92º30.46%68.24%-
XYZ28.6325.8221.56-
YUV140.96116.74151.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=41.13%
G=30.26%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412812100.260.300.327.9224.6557.84
HexAE807901A1E208193a
Octal2562001710323640103172
Binary1010111010000000111100101101011110100000100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8079; }

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

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

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

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

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

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

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

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