#AA7961

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

Shades of Medium Wood #AA7961

Tints of Medium Wood #AA7961

Color information

#AA7961 (or 0xAA7961) is unknown color: approx Medium Wood. HEX triplet: AA, 79 and 61. RGB value is (170,121,97). Sum of RGB (Red+Green+Blue) = 170+121+97=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7961 is #55869E. Grayscale: #858585. Windows color (decimal): -5605023 or 6388138. OLE color: 6388138.

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

Color convert

RGB17012197-
CMYK00.290.430.33
HSL19.73º30.04%52.35%-
HSV(B)19.73º42.94%66.67%-
XYZ25.5723.0814.42-
YUV132.92107.73154.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 97 (38.28% from 255) = 25%
R=43.81%
G=31.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701219700.290.430.3319.7330.0452.35
HexAA796101D2B21141e34
Octal2521711410355341243664
Binary10101010111100111000010111011010111000011010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7961; }

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

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

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

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

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

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

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

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