#A97D65

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

Shades of Medium Wood #A97D65

Tints of Medium Wood #A97D65

Color information

#A97D65 (or 0xA97D65) is unknown color: approx Medium Wood. HEX triplet: A9, 7D and 65. RGB value is (169,125,101). Sum of RGB (Red+Green+Blue) = 169+125+101=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D65 is #56829A. Grayscale: #878787. Windows color (decimal): -5669531 or 6651305. OLE color: 6651305.

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

Color convert

RGB169125101-
CMYK00.260.400.34
HSL21.18º28.33%52.94%-
HSV(B)21.18º40.24%66.27%-
XYZ26.0424.0415.58-
YUV135.42108.58151.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=42.78%
G=31.65%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912510100.260.400.3421.1828.3352.94
HexA97D6501A2822151c35
Octal2511751450325042253465
Binary10101001111110111001010110101010001000101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D65; }

 p { color: rgb(169,125,101); }

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

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

 a { background-color: rgb(169,125,101); }

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

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

 span { border-color: rgb(169,125,101); }

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