#AA8071

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

Shades of Brandy Rose #AA8071

Tints of Brandy Rose #AA8071

Color information

#AA8071 (or 0xAA8071) is unknown color: approx Brandy Rose. HEX triplet: AA, 80 and 71. RGB value is (170,128,113). Sum of RGB (Red+Green+Blue) = 170+128+113=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8071 is #557F8E. Grayscale: #8A8A8A. Windows color (decimal): -5603215 or 7438506. OLE color: 7438506.

HSL color Cylindrical-coordinate representation of color #AA8071: hue angle of 15.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8071 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170128113-
CMYK00.250.340.33
HSL15.79º25.11%55.49%-
HSV(B)15.79º33.53%66.67%-
XYZ27.2825.1819.04-
YUV138.85113.41150.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=41.36%
G=31.14%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012811300.250.340.3315.7925.1155.49
HexAA80710192221101937
Octal2522001610314241203167
Binary101010101000000011100010110011000101000011000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8071; }

 p { color: rgb(170,128,113); }

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

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

 a { background-color: rgb(170,128,113); }

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

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

 span { border-color: rgb(170,128,113); }

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