#AA7C5C

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

Shades of Medium Wood #AA7C5C

Tints of Medium Wood #AA7C5C

Color information

#AA7C5C (or 0xAA7C5C) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 5C. RGB value is (170,124,92). Sum of RGB (Red+Green+Blue) = 170+124+92=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C5C is #5583A3. Grayscale: #868686. Windows color (decimal): -5604260 or 6061226. OLE color: 6061226.

HSL color Cylindrical-coordinate representation of color #AA7C5C: hue angle of 24.62º degrees, saturation: 0.31, 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 #AA7C5C is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17012492-
CMYK00.270.460.33
HSL24.62º31.45%51.37%-
HSV(B)24.62º45.88%66.67%-
XYZ25.7223.7313.35-
YUV134.11104.24153.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=44.04%
G=32.12%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701249200.270.460.3324.6231.4551.37
HexAA7C5C01B2E21191f33
Octal2521741340335641313763
Binary10101010111110010111000110111011101000011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C5C; }

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

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

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

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

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

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

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

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