#AA7A77

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

Shades of Brandy Rose #AA7A77

Tints of Brandy Rose #AA7A77

Color information

#AA7A77 (or 0xAA7A77) is unknown color: approx Brandy Rose. HEX triplet: AA, 7A and 77. RGB value is (170,122,119). Sum of RGB (Red+Green+Blue) = 170+122+119=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A77 is #558588. Grayscale: #888888. Windows color (decimal): -5604745 or 7830186. OLE color: 7830186.

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

Color convert

RGB170122119-
CMYK00.280.30.33
HSL3.53º23.08%56.67%-
HSV(B)3.53º30%66.67%-
XYZ26.8723.820.63-
YUV136.01118.4152.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 119 (46.88% from 255) = 28.95%
R=41.36%
G=29.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012211900.280.30.333.5323.0856.67
HexAA7A7701C1E2141739
Octal252172167034364142771
Binary10101010111101011101110111001111010000110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A77; }

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

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

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

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

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

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

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

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