#AE7C79

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

Shades of Brandy Rose #AE7C79

Tints of Brandy Rose #AE7C79

Color information

#AE7C79 (or 0xAE7C79) is unknown color: approx Brandy Rose. HEX triplet: AE, 7C and 79. RGB value is (174,124,121). Sum of RGB (Red+Green+Blue) = 174+124+121=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C79 is #518386. Grayscale: #8A8A8A. Windows color (decimal): -5342087 or 7961774. OLE color: 7961774.

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

Color convert

RGB174124121-
CMYK00.290.300.32
HSL3.4º24.65%57.84%-
HSV(B)3.4º30.46%68.24%-
XYZ28.1124.7921.39-
YUV138.61118.06153.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=41.53%
G=29.59%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412412100.290.300.323.424.6557.84
HexAE7C7901D1E203193a
Octal256174171035364033172
Binary1010111011111001111001011101111101000001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C79; }

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

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

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

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

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

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

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

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