#AE847B

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

Shades of Brandy Rose #AE847B

Tints of Brandy Rose #AE847B

Color information

#AE847B (or 0xAE847B) is unknown color: approx Brandy Rose. HEX triplet: AE, 84 and 7B. RGB value is (174,132,123). Sum of RGB (Red+Green+Blue) = 174+132+123=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE847B is #517B84. Grayscale: #8F8F8F. Windows color (decimal): -5340037 or 8094894. OLE color: 8094894.

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

Color convert

RGB174132123-
CMYK00.240.290.32
HSL10.59º23.94%58.24%-
HSV(B)10.59º29.31%68.24%-
XYZ29.2826.9322.39-
YUV143.53116.41149.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=40.56%
G=30.77%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413212300.240.290.3210.5923.9458.24
HexAE847B0181D20b183a
Octal2562041730303540133072
Binary1010111010000100111101101100011101100000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE847B; }

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

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

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

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

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

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

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

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