#AE8477

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

Shades of Brandy Rose #AE8477

Tints of Brandy Rose #AE8477

Color information

#AE8477 (or 0xAE8477) is unknown color: approx Brandy Rose. HEX triplet: AE, 84 and 77. RGB value is (174,132,119). Sum of RGB (Red+Green+Blue) = 174+132+119=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8477 is #517B88. Grayscale: #8F8F8F. Windows color (decimal): -5340041 or 7832750. OLE color: 7832750.

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

Color convert

RGB174132119-
CMYK00.240.320.32
HSL14.18º25.35%57.45%-
HSV(B)14.18º31.61%68.24%-
XYZ29.0426.8321.1-
YUV143.08114.41150.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 119 (46.88% from 255) = 28%
R=40.94%
G=31.06%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413211900.240.320.3214.1825.3557.45
HexAE84770182020e1939
Octal2562041670304040163171
Binary10101110100001001110111011000100000100000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8477; }

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

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

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

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

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

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

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

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