#AE847D

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

Shades of Brandy Rose #AE847D

Tints of Brandy Rose #AE847D

Color information

#AE847D (or 0xAE847D) is unknown color: approx Brandy Rose. HEX triplet: AE, 84 and 7D. RGB value is (174,132,125). Sum of RGB (Red+Green+Blue) = 174+132+125=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE847D is #517B82. Grayscale: #8F8F8F. Windows color (decimal): -5340035 or 8225966. OLE color: 8225966.

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

Color convert

RGB174132125-
CMYK00.240.280.32
HSL8.57º23.22%58.63%-
HSV(B)8.57º28.16%68.24%-
XYZ29.4126.9823.06-
YUV143.76117.41149.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=40.37%
G=30.63%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413212500.240.280.328.5723.2258.63
HexAE847D0181C209173b
Octal2562041750303440112773
Binary1010111010000100111110101100011100100000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE847D; }

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

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

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

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

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

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

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

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