#AA7A61

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

Shades of Medium Wood #AA7A61

Tints of Medium Wood #AA7A61

Color information

#AA7A61 (or 0xAA7A61) is unknown color: approx Medium Wood. HEX triplet: AA, 7A and 61. RGB value is (170,122,97). Sum of RGB (Red+Green+Blue) = 170+122+97=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A61 is #55859E. Grayscale: #858585. Windows color (decimal): -5604767 or 6388394. OLE color: 6388394.

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

Color convert

RGB17012297-
CMYK00.280.430.33
HSL20.55º30.04%52.35%-
HSV(B)20.55º42.94%66.67%-
XYZ25.6923.3314.46-
YUV133.5107.4154.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=43.70%
G=31.36%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701229700.280.430.3320.5530.0452.35
HexAA7A6101C2B21151e34
Octal2521721410345341253664
Binary10101010111101011000010111001010111000011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A61; }

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

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

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

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

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

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

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

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