#AA7E73

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

Shades of Brandy Rose #AA7E73

Tints of Brandy Rose #AA7E73

Color information

#AA7E73 (or 0xAA7E73) is unknown color: approx Brandy Rose. HEX triplet: AA, 7E and 73. RGB value is (170,126,115). Sum of RGB (Red+Green+Blue) = 170+126+115=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E73 is #55818C. Grayscale: #898989. Windows color (decimal): -5603725 or 7569066. OLE color: 7569066.

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

Color convert

RGB170126115-
CMYK00.260.320.33
HSL12º24.44%55.88%-
HSV(B)12º32.35%66.67%-
XYZ27.1324.7119.56-
YUV137.9115.08150.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=41.36%
G=30.66%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012611500.260.320.331224.4455.88
HexAA7E7301A2021c1838
Octal2521761630324041143070
Binary1010101011111101110011011010100000100001110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E73; }

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

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

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

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

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

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

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

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