#AA8473

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

Shades of Brandy Rose #AA8473

Tints of Brandy Rose #AA8473

Color information

#AA8473 (or 0xAA8473) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 73. RGB value is (170,132,115). Sum of RGB (Red+Green+Blue) = 170+132+115=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8473 is #557B8C. Grayscale: #8D8D8D. Windows color (decimal): -5602189 or 7570602. OLE color: 7570602.

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

Color convert

RGB170132115-
CMYK00.220.320.33
HSL18.55º24.44%55.88%-
HSV(B)18.55º32.35%66.67%-
XYZ27.9226.2919.82-
YUV141.42113.09148.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=40.77%
G=31.65%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013211500.220.320.3318.5524.4455.88
HexAA84730162021131838
Octal2522041630264041233070
Binary101010101000010011100110101101000001000011001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8473; }

 p { color: rgb(170,132,115); }

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

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

 a { background-color: rgb(170,132,115); }

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

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

 span { border-color: rgb(170,132,115); }

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