#AE7E78

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

Shades of Brandy Rose #AE7E78

Tints of Brandy Rose #AE7E78

Color information

#AE7E78 (or 0xAE7E78) is unknown color: approx Brandy Rose. HEX triplet: AE, 7E and 78. RGB value is (174,126,120). Sum of RGB (Red+Green+Blue) = 174+126+120=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E78 is #518187. Grayscale: #8B8B8B. Windows color (decimal): -5341576 or 7896750. OLE color: 7896750.

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

Color convert

RGB174126120-
CMYK00.280.310.32
HSL6.67º25%57.65%-
HSV(B)6.67º31.03%68.24%-
XYZ28.3125.2821.16-
YUV139.67116.9152.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 126 (49.61% from 255) = 30%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=41.43%
G=30%
B=28.57%

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
Decimal17412612000.280.310.326.672557.65
HexAE7E7801C1F207193a
Octal256176170034374073172
Binary10101110111111011110000111001111110000011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E78; }

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

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

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

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

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

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

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

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