#AA7F7D

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

Shades of Brandy Rose #AA7F7D

Tints of Brandy Rose #AA7F7D

Color information

#AA7F7D (or 0xAA7F7D) is unknown color: approx Brandy Rose. HEX triplet: AA, 7F and 7D. RGB value is (170,127,125). Sum of RGB (Red+Green+Blue) = 170+127+125=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F7D is #558082. Grayscale: #8B8B8B. Windows color (decimal): -5603459 or 8224682. OLE color: 8224682.

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

Color convert

RGB170127125-
CMYK00.250.260.33
HSL2.67º20.93%57.84%-
HSV(B)2.67º26.47%66.67%-
XYZ27.8725.2122.8-
YUV139.63119.75149.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=40.28%
G=30.09%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012712500.250.260.332.6720.9357.84
HexAA7F7D0191A213153a
Octal252177175031324132572
Binary1010101011111111111101011001110101000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7F7D; }

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

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

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

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

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

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

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

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