#AA7A6A

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

Shades of Medium Wood #AA7A6A

Tints of Medium Wood #AA7A6A

Color information

#AA7A6A (or 0xAA7A6A) is unknown color: approx Medium Wood. HEX triplet: AA, 7A and 6A. RGB value is (170,122,106). Sum of RGB (Red+Green+Blue) = 170+122+106=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A6A is #558595. Grayscale: #868686. Windows color (decimal): -5604758 or 6978218. OLE color: 6978218.

HSL color Cylindrical-coordinate representation of color #AA7A6A: hue angle of 15º 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 #AA7A6A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170122106-
CMYK00.280.380.33
HSL15º27.35%54.12%-
HSV(B)15º37.65%66.67%-
XYZ26.1423.5116.8-
YUV134.53111.9153.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=42.71%
G=30.65%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012210600.280.380.331527.3554.12
HexAA7A6A01C2621f1b36
Octal2521721520344641173366
Binary1010101011110101101010011100100110100001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A6A; }

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

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

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

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

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

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

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

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