#AA7C6A

Color #AA7C6A Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AA7C6A

Tints of Medium Wood #AA7C6A

Color information

#AA7C6A (or 0xAA7C6A) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 6A. RGB value is (170,124,106). Sum of RGB (Red+Green+Blue) = 170+124+106=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C6A is #558395. Grayscale: #878787. Windows color (decimal): -5604246 or 6978730. OLE color: 6978730.

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

Color convert

RGB170124106-
CMYK00.270.380.33
HSL16.87º27.35%54.12%-
HSV(B)16.87º37.65%66.67%-
XYZ26.392416.88-
YUV135.7111.24152.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=42.5%
G=31%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012410600.270.380.3316.8727.3554.12
HexAA7C6A01B2621111b36
Octal2521741520334641213366
Binary10101010111110011010100110111001101000011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C6A; }

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

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

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

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

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

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

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

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