#AE847A

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

Shades of Brandy Rose #AE847A

Tints of Brandy Rose #AE847A

Color information

#AE847A (or 0xAE847A) is unknown color: approx Brandy Rose. HEX triplet: AE, 84 and 7A. RGB value is (174,132,122). Sum of RGB (Red+Green+Blue) = 174+132+122=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AE847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE847A is #517B85. Grayscale: #8F8F8F. Windows color (decimal): -5340038 or 8029358. OLE color: 8029358.

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

Color convert

RGB174132122-
CMYK00.240.300.32
HSL11.54º24.3%58.04%-
HSV(B)11.54º29.89%68.24%-
XYZ29.2226.9122.07-
YUV143.42115.91149.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=40.65%
G=30.84%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413212200.240.300.3211.5424.358.04
HexAE847A0181E20c183a
Octal2562041720303640143072
Binary1010111010000100111101001100011110100000110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE847A; }

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

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

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

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

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

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

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

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