#AE7E73

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

Shades of Brandy Rose #AE7E73

Tints of Brandy Rose #AE7E73

Color information

#AE7E73 (or 0xAE7E73) is unknown color: approx Brandy Rose. HEX triplet: AE, 7E and 73. RGB value is (174,126,115). Sum of RGB (Red+Green+Blue) = 174+126+115=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E73 is #51818C. Grayscale: #8B8B8B. Windows color (decimal): -5341581 or 7569070. OLE color: 7569070.

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

Color convert

RGB174126115-
CMYK00.280.340.32
HSL11.19º26.7%56.67%-
HSV(B)11.19º33.91%68.24%-
XYZ28.0125.1619.6-
YUV139.1114.4152.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=41.93%
G=30.36%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412611500.280.340.3211.1926.756.67
HexAE7E7301C2220b1b39
Octal2561761630344240133371
Binary1010111011111101110011011100100010100000101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E73; }

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

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

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

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

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

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

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

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