#AA7F72

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

Shades of Brandy Rose #AA7F72

Tints of Brandy Rose #AA7F72

Color information

#AA7F72 (or 0xAA7F72) is unknown color: approx Brandy Rose. HEX triplet: AA, 7F and 72. RGB value is (170,127,114). Sum of RGB (Red+Green+Blue) = 170+127+114=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F72 is #55808D. Grayscale: #8A8A8A. Windows color (decimal): -5603470 or 7503786. OLE color: 7503786.

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

Color convert

RGB170127114-
CMYK00.250.330.33
HSL13.93º24.78%55.69%-
HSV(B)13.93º32.94%66.67%-
XYZ27.224.9419.3-
YUV138.38114.25150.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=41.36%
G=30.90%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012711400.250.330.3313.9324.7855.69
HexAA7F720192121e1938
Octal2521771620314141163170
Binary1010101011111111110010011001100001100001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F72; }

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

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

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

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

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

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

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

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