#AE8373

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

Shades of Brandy Rose #AE8373

Tints of Brandy Rose #AE8373

Color information

#AE8373 (or 0xAE8373) is unknown color: approx Brandy Rose. HEX triplet: AE, 83 and 73. RGB value is (174,131,115). Sum of RGB (Red+Green+Blue) = 174+131+115=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8373 is #517C8C. Grayscale: #8E8E8E. Windows color (decimal): -5340301 or 7570350. OLE color: 7570350.

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

Color convert

RGB174131115-
CMYK00.250.340.32
HSL16.27º26.7%56.67%-
HSV(B)16.27º33.91%68.24%-
XYZ28.6726.4719.82-
YUV142.03112.75150.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=41.43%
G=31.19%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413111500.250.340.3216.2726.756.67
HexAE83730192220101b39
Octal2562031630314240203371
Binary101011101000001111100110110011000101000001000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8373; }

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

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

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

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

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

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

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

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