#AA7F77

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

Shades of Brandy Rose #AA7F77

Tints of Brandy Rose #AA7F77

Color information

#AA7F77 (or 0xAA7F77) is unknown color: approx Brandy Rose. HEX triplet: AA, 7F and 77. RGB value is (170,127,119). Sum of RGB (Red+Green+Blue) = 170+127+119=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F77 is #558088. Grayscale: #8B8B8B. Windows color (decimal): -5603465 or 7831466. OLE color: 7831466.

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

Color convert

RGB170127119-
CMYK00.250.30.33
HSL9.41º23.08%56.67%-
HSV(B)9.41º30%66.67%-
XYZ27.525.0620.84-
YUV138.94116.75150.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.87%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=40.87%
G=30.53%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012711900.250.30.339.4123.0856.67
HexAA7F770191E2191739
Octal2521771670313641112771
Binary101010101111111111011101100111110100001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F77; }

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

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

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

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

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

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

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

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