#AA7F79

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

Shades of Brandy Rose #AA7F79

Tints of Brandy Rose #AA7F79

Color information

#AA7F79 (or 0xAA7F79) is unknown color: approx Brandy Rose. HEX triplet: AA, 7F and 79. RGB value is (170,127,121). Sum of RGB (Red+Green+Blue) = 170+127+121=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F79 is #558086. Grayscale: #8B8B8B. Windows color (decimal): -5603463 or 7962538. OLE color: 7962538.

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

Color convert

RGB170127121-
CMYK00.250.290.33
HSL7.35º22.37%57.06%-
HSV(B)7.35º28.82%66.67%-
XYZ27.6225.1121.48-
YUV139.17117.75149.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=40.67%
G=30.38%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012712100.250.290.337.3522.3757.06
HexAA7F790191D2171639
Octal252177171031354172671
Binary10101010111111111110010110011110110000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F79; }

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

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

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

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

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

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

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

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