#AA7C74

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

Shades of Brandy Rose #AA7C74

Tints of Brandy Rose #AA7C74

Color information

#AA7C74 (or 0xAA7C74) is unknown color: approx Brandy Rose. HEX triplet: AA, 7C and 74. RGB value is (170,124,116). Sum of RGB (Red+Green+Blue) = 170+124+116=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C74 is #55838B. Grayscale: #888888. Windows color (decimal): -5604236 or 7634090. OLE color: 7634090.

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

Color convert

RGB170124116-
CMYK00.270.320.33
HSL8.89º24.11%56.08%-
HSV(B)8.89º31.76%66.67%-
XYZ26.9424.2219.78-
YUV136.84116.24151.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=41.46%
G=30.24%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012411600.270.320.338.8924.1156.08
HexAA7C7401B202191838
Octal2521741640334041113070
Binary1010101011111001110100011011100000100001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C74; }

 p { color: rgb(170,124,116); }

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

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

 a { background-color: rgb(170,124,116); }

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

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

 span { border-color: rgb(170,124,116); }

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