#AA7967

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

Shades of Medium Wood #AA7967

Tints of Medium Wood #AA7967

Color information

#AA7967 (or 0xAA7967) is unknown color: approx Medium Wood. HEX triplet: AA, 79 and 67. RGB value is (170,121,103). Sum of RGB (Red+Green+Blue) = 170+121+103=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7967 is #558698. Grayscale: #858585. Windows color (decimal): -5605017 or 6781354. OLE color: 6781354.

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

Color convert

RGB170121103-
CMYK00.290.390.33
HSL16.12º28.27%53.53%-
HSV(B)16.12º39.41%66.67%-
XYZ25.8623.215.95-
YUV133.6110.73153.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=43.15%
G=30.71%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012110300.290.390.3316.1228.2753.53
HexAA796701D2721101c36
Octal2521711470354741203466
Binary10101010111100111001110111011001111000011000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7967; }

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

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

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

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

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

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

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

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