#A97C6A

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

Shades of Medium Wood #A97C6A

Tints of Medium Wood #A97C6A

Color information

#A97C6A (or 0xA97C6A) is unknown color: approx Medium Wood. HEX triplet: A9, 7C and 6A. RGB value is (169,124,106). Sum of RGB (Red+Green+Blue) = 169+124+106=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C6A is #568395. Grayscale: #878787. Windows color (decimal): -5669782 or 6978729. OLE color: 6978729.

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

Color convert

RGB169124106-
CMYK00.270.370.34
HSL17.14º26.81%53.92%-
HSV(B)17.14º37.28%66.27%-
XYZ26.1723.8916.87-
YUV135.4111.41151.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 106 (41.80% from 255) = 26.57%
R=42.36%
G=31.08%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912410600.270.370.3417.1426.8153.92
HexA97C6A01B2522111b36
Octal2511741520334542213366
Binary10101001111110011010100110111001011000101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C6A; }

 p { color: rgb(169,124,106); }

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

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

 a { background-color: rgb(169,124,106); }

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

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

 span { border-color: rgb(169,124,106); }

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