#AE7D78

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

Shades of Brandy Rose #AE7D78

Tints of Brandy Rose #AE7D78

Color information

#AE7D78 (or 0xAE7D78) is unknown color: approx Brandy Rose. HEX triplet: AE, 7D and 78. RGB value is (174,125,120). Sum of RGB (Red+Green+Blue) = 174+125+120=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D78 is #518287. Grayscale: #8B8B8B. Windows color (decimal): -5341832 or 7896494. OLE color: 7896494.

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

Color convert

RGB174125120-
CMYK00.280.310.32
HSL5.56º25%57.65%-
HSV(B)5.56º31.03%68.24%-
XYZ28.1825.0221.11-
YUV139.08117.23152.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 125 (49.22% from 255) = 29.83%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=41.53%
G=29.83%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412512000.280.310.325.562557.65
HexAE7D7801C1F206193a
Octal256175170034374063172
Binary10101110111110111110000111001111110000011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D78; }

 p { color: rgb(174,125,120); }

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

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

 a { background-color: rgb(174,125,120); }

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

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

 span { border-color: rgb(174,125,120); }

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