#A97F69

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

Shades of Medium Wood #A97F69

Tints of Medium Wood #A97F69

Color information

#A97F69 (or 0xA97F69) is unknown color: approx Medium Wood. HEX triplet: A9, 7F and 69. RGB value is (169,127,105). Sum of RGB (Red+Green+Blue) = 169+127+105=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A97F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97F69 is #568096. Grayscale: #898989. Windows color (decimal): -5669015 or 6913961. OLE color: 6913961.

HSL color Cylindrical-coordinate representation of color #A97F69: hue angle of 20.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A97F69 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169127105-
CMYK00.250.380.34
HSL20.62º27.12%53.73%-
HSV(B)20.62º37.87%66.27%-
XYZ26.524.6316.72-
YUV137.05109.91150.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 127 (50% from 255) = 31.67%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=42.14%
G=31.67%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912710500.250.380.3420.6227.1253.73
HexA97F690192622151b36
Octal2511771510314642253366
Binary10101001111111111010010110011001101000101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97F69; }

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

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

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

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

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

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

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

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