#AE8571

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

Shades of Brandy Rose #AE8571

Tints of Brandy Rose #AE8571

Color information

#AE8571 (or 0xAE8571) is unknown color: approx Brandy Rose. HEX triplet: AE, 85 and 71. RGB value is (174,133,113). Sum of RGB (Red+Green+Blue) = 174+133+113=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8571 is #517A8E. Grayscale: #8F8F8F. Windows color (decimal): -5339791 or 7439790. OLE color: 7439790.

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

Color convert

RGB174133113-
CMYK00.240.350.32
HSL19.67º27.35%56.27%-
HSV(B)19.67º35.06%68.24%-
XYZ28.8226.9719.31-
YUV142.98111.08150.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=41.43%
G=31.67%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413311300.240.350.3219.6727.3556.27
HexAE85710182320141b38
Octal2562051610304340243370
Binary101011101000010111100010110001000111000001010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8571; }

 p { color: rgb(174,133,113); }

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

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

 a { background-color: rgb(174,133,113); }

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

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

 span { border-color: rgb(174,133,113); }

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