#AE8371

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

Shades of Brandy Rose #AE8371

Tints of Brandy Rose #AE8371

Color information

#AE8371 (or 0xAE8371) is unknown color: approx Brandy Rose. HEX triplet: AE, 83 and 71. RGB value is (174,131,113). Sum of RGB (Red+Green+Blue) = 174+131+113=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8371 is #517C8E. Grayscale: #8D8D8D. Windows color (decimal): -5340303 or 7439278. OLE color: 7439278.

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

Color convert

RGB174131113-
CMYK00.250.350.32
HSL17.7º27.35%56.27%-
HSV(B)17.7º35.06%68.24%-
XYZ28.5526.4219.22-
YUV141.8111.75150.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=41.63%
G=31.34%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413111300.250.350.3217.727.3556.27
HexAE83710192320121b38
Octal2562031610314340223370
Binary101011101000001111100010110011000111000001001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8371; }

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

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

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

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

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

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

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

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