#AA7C5E

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

Shades of Medium Wood #AA7C5E

Tints of Medium Wood #AA7C5E

Color information

#AA7C5E (or 0xAA7C5E) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 5E. RGB value is (170,124,94). Sum of RGB (Red+Green+Blue) = 170+124+94=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C5E is #5583A1. Grayscale: #868686. Windows color (decimal): -5604258 or 6192298. OLE color: 6192298.

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

Color convert

RGB17012494-
CMYK00.270.450.33
HSL23.68º30.89%51.76%-
HSV(B)23.68º44.71%66.67%-
XYZ25.8123.7713.82-
YUV134.33105.24153.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=43.81%
G=31.96%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701249400.270.450.3323.6830.8951.76
HexAA7C5E01B2D21181f34
Octal2521741360335541303764
Binary10101010111110010111100110111011011000011100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C5E; }

 p { color: rgb(170,124,94); }

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

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

 a { background-color: rgb(170,124,94); }

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

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

 span { border-color: rgb(170,124,94); }

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