#AA7E71

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

Shades of Brandy Rose #AA7E71

Tints of Brandy Rose #AA7E71

Color information

#AA7E71 (or 0xAA7E71) is unknown color: approx Brandy Rose. HEX triplet: AA, 7E and 71. RGB value is (170,126,113). Sum of RGB (Red+Green+Blue) = 170+126+113=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E71 is #55818E. Grayscale: #898989. Windows color (decimal): -5603727 or 7437994. OLE color: 7437994.

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

Color convert

RGB170126113-
CMYK00.260.340.33
HSL13.68º25.11%55.49%-
HSV(B)13.68º33.53%66.67%-
XYZ27.0224.6618.96-
YUV137.67114.08151.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=41.56%
G=30.81%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012611300.260.340.3313.6825.1155.49
HexAA7E7101A2221e1937
Octal2521761610324241163167
Binary1010101011111101110001011010100010100001111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E71; }

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

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

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

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

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

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

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

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