#AA7C62

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

Shades of Medium Wood #AA7C62

Tints of Medium Wood #AA7C62

Color information

#AA7C62 (or 0xAA7C62) is unknown color: approx Medium Wood. HEX triplet: AA, 7C and 62. RGB value is (170,124,98). Sum of RGB (Red+Green+Blue) = 170+124+98=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C62 is #55839D. Grayscale: #868686. Windows color (decimal): -5604254 or 6454442. OLE color: 6454442.

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

Color convert

RGB17012498-
CMYK00.270.420.33
HSL21.67º29.75%52.55%-
HSV(B)21.67º42.35%66.67%-
XYZ25.9923.8414.79-
YUV134.79107.24153.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 98 (38.67% from 255) = 25%
R=43.37%
G=31.63%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701249800.270.420.3321.6729.7552.55
HexAA7C6201B2A21161e35
Octal2521741420335241263665
Binary10101010111110011000100110111010101000011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7C62; }

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

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

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

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

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

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

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

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