#AA7E77

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

Shades of Brandy Rose #AA7E77

Tints of Brandy Rose #AA7E77

Color information

#AA7E77 (or 0xAA7E77) is unknown color: approx Brandy Rose. HEX triplet: AA, 7E and 77. RGB value is (170,126,119). Sum of RGB (Red+Green+Blue) = 170+126+119=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E77 is #558188. Grayscale: #8A8A8A. Windows color (decimal): -5603721 or 7831210. OLE color: 7831210.

HSL color Cylindrical-coordinate representation of color #AA7E77: hue angle of 8.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7E77 is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB170126119-
CMYK00.260.30.33
HSL8.24º23.08%56.67%-
HSV(B)8.24º30%66.67%-
XYZ27.3724.820.8-
YUV138.36117.08150.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=40.96%
G=30.36%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012611900.260.30.338.2423.0856.67
HexAA7E7701A1E2181739
Octal2521761670323641102771
Binary101010101111110111011101101011110100001100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E77; }

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

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

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

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

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

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

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

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