#A97A61

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

Shades of Medium Wood #A97A61

Tints of Medium Wood #A97A61

Color information

#A97A61 (or 0xA97A61) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 61. RGB value is (169,122,97). Sum of RGB (Red+Green+Blue) = 169+122+97=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A61 is #56859E. Grayscale: #858585. Windows color (decimal): -5670303 or 6388393. OLE color: 6388393.

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

Color convert

RGB16912297-
CMYK00.280.430.34
HSL20.83º29.51%52.16%-
HSV(B)20.83º42.6%66.27%-
XYZ25.4823.2214.45-
YUV133.2107.57153.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 97 (38.28% from 255) = 25%
R=43.56%
G=31.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691229700.280.430.3420.8329.5152.16
HexA97A6101C2B22151e34
Octal2511721410345342253664
Binary10101001111101011000010111001010111000101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A61; }

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

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

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

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

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

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

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

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