#A97A66

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

Shades of Medium Wood #A97A66

Tints of Medium Wood #A97A66

Color information

#A97A66 (or 0xA97A66) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 66. RGB value is (169,122,102). Sum of RGB (Red+Green+Blue) = 169+122+102=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A66 is #568599. Grayscale: #858585. Windows color (decimal): -5670298 or 6716073. OLE color: 6716073.

HSL color Cylindrical-coordinate representation of color #A97A66: hue angle of 17.91º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97A66 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169122102-
CMYK00.280.400.34
HSL17.91º28.03%53.14%-
HSV(B)17.91º39.64%66.27%-
XYZ25.7223.3115.71-
YUV133.77110.07153.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=43.00%
G=31.04%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912210200.280.400.3417.9128.0353.14
HexA97A6601C2822121c35
Octal2511721460345042223465
Binary10101001111101011001100111001010001000101001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A66; }

 p { color: rgb(169,122,102); }

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

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

 a { background-color: rgb(169,122,102); }

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

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

 span { border-color: rgb(169,122,102); }

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