#AA8171

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

Shades of Brandy Rose #AA8171

Tints of Brandy Rose #AA8171

Color information

#AA8171 (or 0xAA8171) is unknown color: approx Brandy Rose. HEX triplet: AA, 81 and 71. RGB value is (170,129,113). Sum of RGB (Red+Green+Blue) = 170+129+113=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8171 is #557E8E. Grayscale: #8B8B8B. Windows color (decimal): -5602959 or 7438762. OLE color: 7438762.

HSL color Cylindrical-coordinate representation of color #AA8171: hue angle of 16.84º 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 #AA8171 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB170129113-
CMYK00.240.340.33
HSL16.84º25.11%55.49%-
HSV(B)16.84º33.53%66.67%-
XYZ27.4125.4419.09-
YUV139.44113.08149.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 113 (44.53% from 255) = 27.43%
R=41.26%
G=31.31%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012911300.240.340.3316.8425.1155.49
HexAA81710182221111937
Octal2522011610304241213167
Binary101010101000000111100010110001000101000011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8171; }

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

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

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

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

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

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

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

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