#AA7D69

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

Shades of Medium Wood #AA7D69

Tints of Medium Wood #AA7D69

Color information

#AA7D69 (or 0xAA7D69) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 69. RGB value is (170,125,105). Sum of RGB (Red+Green+Blue) = 170+125+105=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D69 is #558296. Grayscale: #888888. Windows color (decimal): -5603991 or 6913450. OLE color: 6913450.

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

Color convert

RGB170125105-
CMYK00.260.380.33
HSL18.46º27.66%53.92%-
HSV(B)18.46º38.24%66.67%-
XYZ26.4624.2316.65-
YUV136.18110.41152.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 125 (49.22% from 255) = 31.25%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=42.5%
G=31.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012510500.260.380.3318.4627.6653.92
HexAA7D6901A2621121c36
Octal2521751510324641223466
Binary10101010111110111010010110101001101000011001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D69; }

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

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

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

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

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

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

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

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