#A97F61

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

Shades of Medium Wood #A97F61

Tints of Medium Wood #A97F61

Color information

#A97F61 (or 0xA97F61) is unknown color: approx Medium Wood. HEX triplet: A9, 7F and 61. RGB value is (169,127,97). Sum of RGB (Red+Green+Blue) = 169+127+97=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F61 is #56809E. Grayscale: #888888. Windows color (decimal): -5669023 or 6389673. OLE color: 6389673.

HSL color Cylindrical-coordinate representation of color #A97F61: hue angle of 25º 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 #A97F61 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16912797-
CMYK00.250.430.34
HSL25º29.51%52.16%-
HSV(B)25º42.6%66.27%-
XYZ26.1124.4814.66-
YUV136.14105.91151.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 127 (50% from 255) = 32.32%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=43.00%
G=32.32%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691279700.250.430.342529.5152.16
HexA97F610192B22191e34
Octal2511771410315342313664
Binary10101001111111111000010110011010111000101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F61; }

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

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

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

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

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

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

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

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