#AA7A62

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

Shades of Medium Wood #AA7A62

Tints of Medium Wood #AA7A62

Color information

#AA7A62 (or 0xAA7A62) is unknown color: approx Medium Wood. HEX triplet: AA, 7A and 62. RGB value is (170,122,98). Sum of RGB (Red+Green+Blue) = 170+122+98=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A62 is #55859D. Grayscale: #858585. Windows color (decimal): -5604766 or 6453930. OLE color: 6453930.

HSL color Cylindrical-coordinate representation of color #AA7A62: hue angle of 20º 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 #AA7A62 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17012298-
CMYK00.280.420.33
HSL20º29.75%52.55%-
HSV(B)20º42.35%66.67%-
XYZ25.7423.3514.7-
YUV133.62107.9153.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=43.59%
G=31.28%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701229800.280.420.332029.7552.55
HexAA7A6201C2A21141e35
Octal2521721420345241243665
Binary10101010111101011000100111001010101000011010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A62; }

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

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

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

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

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

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

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

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