#AA7C77

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

Shades of Brandy Rose #AA7C77

Tints of Brandy Rose #AA7C77

Color information

#AA7C77 (or 0xAA7C77) is unknown color: approx Brandy Rose. HEX triplet: AA, 7C and 77. RGB value is (170,124,119). Sum of RGB (Red+Green+Blue) = 170+124+119=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C77 is #558388. Grayscale: #898989. Windows color (decimal): -5604233 or 7830698. OLE color: 7830698.

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

Color convert

RGB170124119-
CMYK00.270.30.33
HSL5.88º23.08%56.67%-
HSV(B)5.88º30%66.67%-
XYZ27.1124.2920.71-
YUV137.18117.74151.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=41.16%
G=30.02%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012411900.270.30.335.8823.0856.67
HexAA7C7701B1E2161739
Octal252174167033364162771
Binary10101010111110011101110110111111010000111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C77; }

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

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

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

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

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

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

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

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