#AA7966

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

Shades of Medium Wood #AA7966

Tints of Medium Wood #AA7966

Color information

#AA7966 (or 0xAA7966) is unknown color: approx Medium Wood. HEX triplet: AA, 79 and 66. RGB value is (170,121,102). Sum of RGB (Red+Green+Blue) = 170+121+102=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7966 is #558699. Grayscale: #858585. Windows color (decimal): -5605018 or 6715818. OLE color: 6715818.

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

Color convert

RGB170121102-
CMYK00.290.40.33
HSL16.76º28.57%53.33%-
HSV(B)16.76º40%66.67%-
XYZ25.8123.1815.68-
YUV133.49110.23154.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=43.26%
G=30.79%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012110200.290.40.3316.7628.5753.33
HexAA796601D2821111d35
Octal2521711460355041213565
Binary10101010111100111001100111011010001000011000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7966; }

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

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

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

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

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

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

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

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