#AA7E60

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

Shades of Medium Wood #AA7E60

Tints of Medium Wood #AA7E60

Color information

#AA7E60 (or 0xAA7E60) is unknown color: approx Medium Wood. HEX triplet: AA, 7E and 60. RGB value is (170,126,96). Sum of RGB (Red+Green+Blue) = 170+126+96=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E60 is #55819F. Grayscale: #878787. Windows color (decimal): -5603744 or 6323882. OLE color: 6323882.

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

Color convert

RGB17012696-
CMYK00.260.440.33
HSL24.32º30.33%52.16%-
HSV(B)24.32º43.53%66.67%-
XYZ26.1524.3114.38-
YUV135.74105.58152.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=43.37%
G=32.14%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701269600.260.440.3324.3230.3352.16
HexAA7E6001A2C21181e34
Octal2521761400325441303664
Binary10101010111111011000000110101011001000011100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E60; }

 p { color: rgb(170,126,96); }

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

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

 a { background-color: rgb(170,126,96); }

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

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

 span { border-color: rgb(170,126,96); }

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