#AA7E5B

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

Shades of Medium Wood #AA7E5B

Tints of Medium Wood #AA7E5B

Color information

#AA7E5B (or 0xAA7E5B) is unknown color: approx Medium Wood. HEX triplet: AA, 7E and 5B. RGB value is (170,126,91). Sum of RGB (Red+Green+Blue) = 170+126+91=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E5B is #5581A4. Grayscale: #878787. Windows color (decimal): -5603749 or 5996202. OLE color: 5996202.

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

Color convert

RGB17012691-
CMYK00.260.460.33
HSL26.58º31.73%51.18%-
HSV(B)26.58º46.47%66.67%-
XYZ25.9324.2213.21-
YUV135.17103.08152.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 91 (35.94% from 255) = 23.51%
R=43.93%
G=32.56%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701269100.260.460.3326.5831.7351.18
HexAA7E5B01A2E211b2033
Octal2521761330325641334063
Binary101010101111110101101101101010111010000111011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7E5B; }

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

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

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

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

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

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

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

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