#AE7E77

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

Shades of Brandy Rose #AE7E77

Tints of Brandy Rose #AE7E77

Color information

#AE7E77 (or 0xAE7E77) is unknown color: approx Brandy Rose. HEX triplet: AE, 7E and 77. RGB value is (174,126,119). Sum of RGB (Red+Green+Blue) = 174+126+119=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E77 is #518188. Grayscale: #8B8B8B. Windows color (decimal): -5341577 or 7831214. OLE color: 7831214.

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

Color convert

RGB174126119-
CMYK00.280.320.32
HSL7.64º25.35%57.45%-
HSV(B)7.64º31.61%68.24%-
XYZ28.2525.2520.84-
YUV139.55116.4152.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=41.53%
G=30.07%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412611900.280.320.327.6425.3557.45
HexAE7E7701C202081939
Octal2561761670344040103171
Binary1010111011111101110111011100100000100000100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E77; }

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

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

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

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

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

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

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

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