#A97A59

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

Shades of Medium Wood #A97A59

Tints of Medium Wood #A97A59

Color information

#A97A59 (or 0xA97A59) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 59. RGB value is (169,122,89). Sum of RGB (Red+Green+Blue) = 169+122+89=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A59 is #5685A6. Grayscale: #848484. Windows color (decimal): -5670311 or 5864105. OLE color: 5864105.

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

Color convert

RGB16912289-
CMYK00.280.470.34
HSL24.75º31.75%50.59%-
HSV(B)24.75º47.34%66.27%-
XYZ25.1223.0812.58-
YUV132.29103.57154.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=44.47%
G=32.11%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691228900.280.470.3424.7531.7550.59
HexA97A5901C2F22192033
Octal2511721310345742314063
Binary101010011111010101100101110010111110001011001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A59; }

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

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

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

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

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

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

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

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