#AA7D65

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

Shades of Medium Wood #AA7D65

Tints of Medium Wood #AA7D65

Color information

#AA7D65 (or 0xAA7D65) is unknown color: approx Medium Wood. HEX triplet: AA, 7D and 65. RGB value is (170,125,101). Sum of RGB (Red+Green+Blue) = 170+125+101=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D65 is #55829A. Grayscale: #878787. Windows color (decimal): -5603995 or 6651306. OLE color: 6651306.

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

Color convert

RGB170125101-
CMYK00.260.410.33
HSL20.87º28.87%53.14%-
HSV(B)20.87º40.59%66.67%-
XYZ26.2624.1515.59-
YUV135.72108.41152.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=42.93%
G=31.57%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012510100.260.410.3320.8728.8753.14
HexAA7D6501A2921151d35
Octal2521751450325141253565
Binary10101010111110111001010110101010011000011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7D65; }

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

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

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

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

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

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

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

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